uifw/EikStd/coctlsrc/AknClearer.cpp
branchRCL_3
changeset 10 3d340a0166ff
parent 9 0aa5fbdfbc30
child 12 941195f2d488
equal deleted inserted replaced
9:0aa5fbdfbc30 10:3d340a0166ff
   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