uifw/AvKon/src/akninfrm.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
   274     TRect parent( Rect() );       // parent for components
   274     TRect parent( Rect() );       // parent for components
   275     TRect editorParent( Rect() ); // parent for the editor
   275     TRect editorParent( Rect() ); // parent for the editor
   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     TAknWindowComponentLayout outline(0);
       
   280     TAknWindowLineLayout      iconPos(0);
       
   281     TAknTextComponentLayout   editor(0);
       
   282 
   279     TBool apac( AknLayoutUtils::Variant() == EApacVariant && ( iFlags & EShowIndicators ) );
   283     TBool apac( AknLayoutUtils::Variant() == EApacVariant && ( iFlags & EShowIndicators ) );
   280     
       
   281     TAknWindowComponentLayout outline = AknLayoutScalable_Avkon::input_find_pane();
       
   282     TAknWindowLineLayout iconPos = AknLayoutScalable_Avkon::find_popup_pane_g1().LayoutLine();
       
   283     TAknTextComponentLayout   editor = AknLayoutScalable_Avkon::input_popup_find_pane_t1( apac ? 2 : 0 );
       
   284 
       
   285 
   284 
   286     if ( iFlags & EPopupLayout ) // popup find box 
   285     if ( iFlags & EPopupLayout ) // popup find box 
   287         {
   286         {
   288         _AKNTRACE( "[%s][%s] PopupLayout", 
   287         _AKNTRACE( "[%s][%s] PopupLayout", 
   289         		"CAknInputFrame", __FUNCTION__ );
   288         		"CAknInputFrame", __FUNCTION__ );