uifw/AvKon/src/akninfrm.cpp
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
child 15 08e69e956a8c
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
   276     TRect rect( Rect() );         // rect of the whole shebang
   276     TRect rect( Rect() );         // rect of the whole shebang
   277     TAknLayoutRect r;            // common temporary layout rect
   277     TAknLayoutRect r;            // common temporary layout rect
   278 
   278 
   279     TBool apac( AknLayoutUtils::Variant() == EApacVariant && ( iFlags & EShowIndicators ) );
   279     TBool apac( AknLayoutUtils::Variant() == EApacVariant && ( iFlags & EShowIndicators ) );
   280     
   280     
   281     TAknWindowComponentLayout outline = AknLayoutScalable_Avkon::input_find_pane();
   281     TAknWindowComponentLayout outline = AknLayoutScalable_Avkon::find_pane();
   282     TAknWindowLineLayout iconPos = AknLayoutScalable_Avkon::find_popup_pane_g1().LayoutLine();
   282     TAknWindowLineLayout iconPos = AknLayoutScalable_Avkon::find_popup_pane_g1().LayoutLine();
   283     TAknTextComponentLayout   editor = AknLayoutScalable_Avkon::input_popup_find_pane_t1( apac ? 2 : 0 );
   283     TAknTextComponentLayout   editor = AknLayoutScalable_Avkon::input_popup_find_pane_t1( apac ? 2 : 0 );
   284 
   284 
   285 
   285 
   286     if ( iFlags & EPopupLayout ) // popup find box 
   286     if ( iFlags & EPopupLayout ) // popup find box 
   329         }
   329         }
   330     else // standard find pane
   330     else // standard find pane
   331         {
   331         {
   332         _AKNTRACE( "[%s][%s] Standard Layout", 
   332         _AKNTRACE( "[%s][%s] Standard Layout", 
   333                  "CAknInputFrame", __FUNCTION__ );
   333                  "CAknInputFrame", __FUNCTION__ );
   334         outline = AknLayoutScalable_Avkon::input_find_pane();
   334         outline = AknLayoutScalable_Avkon::find_pane();
   335         iconPos = AknLayoutScalable_Avkon::find_pane_g1();
   335         iconPos = AknLayoutScalable_Avkon::find_pane_g1();
   336         editor = AknLayoutScalable_Avkon::input_find_pane_t2( apac ? 1: 0 );
   336         editor = AknLayoutScalable_Avkon::input_find_pane_t2( apac ? 1: 0 );
   337         r.LayoutRect( rect, AknLayoutScalable_Avkon::input_find_pane() );
   337         r.LayoutRect( rect, AknLayoutScalable_Avkon::input_find_pane() );
   338         editorParent = r.Rect();
   338         editorParent = r.Rect();
   339         }
   339         }