branch | RCL_3 |
changeset 15 | ff572dfe6d86 |
parent 9 | f966699dea19 |
child 16 | 9674c1a575e9 |
9:f966699dea19 | 15:ff572dfe6d86 |
---|---|
153 |
153 |
154 /* |
154 /* |
155 * Handling short/long app key. |
155 * Handling short/long app key. |
156 */ |
156 */ |
157 void HandleAppKey(TInt aType); |
157 void HandleAppKey(TInt aType); |
158 |
|
159 /* |
|
160 * Updates components visibility, used to switch off |
|
161 * grid scrollbar visibility for transition effects |
|
162 */ |
|
163 void UpdateComponentVisibility(); |
|
158 |
164 |
159 private: |
165 private: |
160 |
166 |
161 /** |
167 /** |
162 * @copydoc NewL |
168 * @copydoc NewL |