equal
deleted
inserted
replaced
307 |
307 |
308 TBool widescreenPaneUsed = |
308 TBool widescreenPaneUsed = |
309 ( usualSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_USUAL ) || |
309 ( usualSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_USUAL ) || |
310 ( idleSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_IDLE ); |
310 ( idleSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_IDLE ); |
311 |
311 |
312 // Check that if in landscape mode statuspane is changed to stacon pane |
|
313 TBool staconPaneUsedInLandscape = |
|
314 ( usualSpLayout != R_AVKON_STATUS_PANE_LAYOUT_USUAL ) && |
|
315 ( usualSpLayout != R_AVKON_STATUS_PANE_LAYOUT_USUAL_MIRRORED ); |
|
316 |
|
317 TBool flatStatuspaneusedInLandscape = |
312 TBool flatStatuspaneusedInLandscape = |
318 ( usualSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_USUAL_FLAT ) || |
313 ( usualSpLayout == R_AVKON_WIDESCREEN_PANE_LAYOUT_USUAL_FLAT ) || |
319 ( usualSpLayout == R_AVKON_STATUS_PANE_LAYOUT_USUAL_FLAT ); |
314 ( usualSpLayout == R_AVKON_STATUS_PANE_LAYOUT_USUAL_FLAT ); |
320 |
315 |
321 |
316 |