vtuis/videotelui/src/features/dialer/cvtuidialercontainer.cpp
branchRCL_3
changeset 10 f84a661cfc1d
parent 8 07d1685f0cd4
child 13 392fdfb57a78
equal deleted inserted replaced
8:07d1685f0cd4 10:f84a661cfc1d
   107         LayoutDialerContainer();
   107         LayoutDialerContainer();
   108         break;
   108         break;
   109     default:
   109     default:
   110         break;
   110         break;
   111         }
   111         }
       
   112 
       
   113     CCoeControl::HandleResourceChange( aType );
       
   114 	
   112     __VTPRINTEXIT( "DialContainer.HandleResourceChangeL" )
   115     __VTPRINTEXIT( "DialContainer.HandleResourceChangeL" )
   113     }
   116     }
   114 
   117 
   115 // ---------------------------------------------------------------------------
   118 // ---------------------------------------------------------------------------
   116 // CVtUiDialerContainer::ComponentId
   119 // CVtUiDialerContainer::ComponentId
   382         mainPaneLL = AknLayoutScalable_Apps::main_pane( 15 ).LayoutLine();
   385         mainPaneLL = AknLayoutScalable_Apps::main_pane( 15 ).LayoutLine();
   383         }
   386         }
   384     else
   387     else
   385         {
   388         {
   386         // Portrait: main pane with status pane off, control pane on
   389         // Portrait: main pane with status pane off, control pane on
   387         mainPaneLL = AknLayoutScalable_Apps::main_pane( 12 ).LayoutLine();
   390         mainPaneLL = AknLayoutScalable_Apps::main_pane( 9 ).LayoutLine();
   388         }
   391         }
   389 
   392 
   390     TRect appWinRect;
   393     TRect appWinRect;
   391     AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EApplicationWindow,
   394     AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EApplicationWindow,
   392         appWinRect );
   395         appWinRect );