idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   137      * 
   137      * 
   138      * @since S60 5.2
   138      * @since S60 5.2
   139      * @param aThis Active view
   139      * @param aThis Active view
   140      * @param aOther View to activate
   140      * @param aOther View to activate
   141      * @param aEffect Effect uid 
   141      * @param aEffect Effect uid 
   142      * @param aBgEffectOnly Show only background effect without view animation 
       
   143      * @return ETrue of effect is started, EFalse otherwise
   142      * @return ETrue of effect is started, EFalse otherwise
   144      */    
   143      */    
   145     TBool BeginActivateViewEffect( const CXnViewData& aThis, 
   144     TBool BeginActivateViewEffect( const CXnViewData& aThis, 
   146         const CXnViewData& aOther, TUid aEffect );
   145         const CXnViewData& aOther, TUid aEffect );
   147 
   146