uifw/AvKon/src/AknIncallStatusBubble.cpp
branchRCL_3
changeset 18 fcdfafb36fe7
parent 0 2f259fa3e83a
child 19 aecbbf00d063
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
   936     callTypeIndicationLayoutRect.LayoutRect(
   936     callTypeIndicationLayoutRect.LayoutRect(
   937         rect,
   937         rect,
   938         AknLayoutScalable_Apps::call_type_pane( isLandscape ) );
   938         AknLayoutScalable_Apps::call_type_pane( isLandscape ) );
   939     TRect callTypeIndicationRect( callTypeIndicationLayoutRect.Rect() );
   939     TRect callTypeIndicationRect( callTypeIndicationLayoutRect.Rect() );
   940     
   940     
   941     TBool hideTypeIndication = isLandscape && !AknStatuspaneUtils::HDLayoutActive();
   941     TBool hideTypeIndication = isLandscape 
       
   942             && !AknStatuspaneUtils::HDLayoutActive() 
       
   943             && !AknStatuspaneUtils::FlatLayoutActive();
   942     	
   944     	
   943     if ( iFlags & ESBVideo )
   945     if ( iFlags & ESBVideo )
   944         {
   946         {
   945         // video indicator is different size than others
   947         // video indicator is different size than others
   946         AknLayoutUtils::LayoutControl( iTypeIndication1, rect,  layout2 );
   948         AknLayoutUtils::LayoutControl( iTypeIndication1, rect,  layout2 );