idlehomescreen/xmluirendering/uiengine/inc/xneffectmanager.h
branchRCL_3
changeset 88 3321d3e205b6
parent 83 5456b4e8b3a8
child 102 ba63c83f4716
equal deleted inserted replaced
83:5456b4e8b3a8 88:3321d3e205b6
   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 
   142      * @return ETrue of effect is started, EFalse otherwise
   143      * @return ETrue of effect is started, EFalse otherwise
   143      */    
   144      */    
   144     TBool BeginActivateViewEffect( const CXnViewData& aThis, 
   145     TBool BeginActivateViewEffect( const CXnViewData& aThis, 
   145         const CXnViewData& aOther, TUid aEffect );
   146         const CXnViewData& aOther, TUid aEffect );
   146 
   147