mpxplugins/viewplugins/views/commonplaybackview/src/mpxcommonplaybackviewcontainer.cpp
branchRCL_3
changeset 28 56b11cf8addb
parent 26 70a8526f03f2
equal deleted inserted replaced
26:70a8526f03f2 28:56b11cf8addb
  1158 //
  1158 //
  1159 EXPORT_C void CMPXCommonPlaybackViewContainer::SizeChanged()
  1159 EXPORT_C void CMPXCommonPlaybackViewContainer::SizeChanged()
  1160     {
  1160     {
  1161     MPX_FUNC("CMPXCommonPlaybackViewContainer::SizeChanged()");
  1161     MPX_FUNC("CMPXCommonPlaybackViewContainer::SizeChanged()");
  1162     UpdateLayout();
  1162     UpdateLayout();
  1163     UpdateSoftkeyColors();
       
  1164     UpdateBackgroundSkinControlContext( Rect() );
  1163     UpdateBackgroundSkinControlContext( Rect() );
  1165     }
  1164     }
  1166 
  1165 
  1167 // ---------------------------------------------------------------------------
  1166 // ---------------------------------------------------------------------------
  1168 // From CCoeControl
  1167 // From CCoeControl
  1669         GfxTransEffect::EndFullScreen();
  1668         GfxTransEffect::EndFullScreen();
  1670         iTransitionType = EMPXTranstionNotDefined;
  1669         iTransitionType = EMPXTranstionNotDefined;
  1671         }
  1670         }
  1672     }
  1671     }
  1673 
  1672 
       
  1673 
       
  1674 // -----------------------------------------------------------------------------
       
  1675 // CMPXCommonPlaybackViewContainer::SetTransitionType
       
  1676 // -----------------------------------------------------------------------------
       
  1677 //
       
  1678 void CMPXCommonPlaybackViewContainer::SetTransitionType( TTransitionType aTransitionType )
       
  1679     {
       
  1680 	iTransitionType = aTransitionType;
       
  1681     }
  1674 //  End of File
  1682 //  End of File