equal
deleted
inserted
replaced
224 * Can be used for checking current orientation. |
224 * Can be used for checking current orientation. |
225 * @return ETrue if current application orientation is landscape, |
225 * @return ETrue if current application orientation is landscape, |
226 * EFalse otherwise. |
226 * EFalse otherwise. |
227 */ |
227 */ |
228 static TBool IsLandscapeOrientation(); |
228 static TBool IsLandscapeOrientation(); |
|
229 |
|
230 /** |
|
231 * Returns end call button pane layout. |
|
232 * @param aLayout end call button pane layout. |
|
233 */ |
|
234 static void GetButtonPaneLayout( |
|
235 TAknWindowLineLayout& aLayout ); |
229 |
236 |
230 }; |
237 }; |
231 |
238 |
232 #endif // VTUILAYOUT_H |
239 #endif // VTUILAYOUT_H |
233 |
240 |