classicui_plat/extended_animation_api/tsrc/inc/testdomextanimation.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    82 
    82 
    83     /**
    83     /**
    84      * Method used to log version of test class
    84      * Method used to log version of test class
    85      */
    85      */
    86     void SendTestClassVersion();
    86     void SendTestClassVersion();
    87     
       
    88     /**
       
    89      * Turn off ScreenSaver
       
    90      * @since S60 5.0
       
    91      * @return Symbian OS error code.
       
    92      */
       
    93     void TurnOffScreenSaver();
       
    94 
       
    95     /**
       
    96      * Restore ScreenSaver
       
    97      * @since S60 5.0
       
    98      * @return Symbian OS error code.
       
    99      */
       
   100     void RestoreScreenSaver();
       
   101 
    87 
   102 private: // [TestMethods]
    88 private: // [TestMethods]
   103     /**
    89     /**
   104     * TestTAnimSTAnimStepL tests TAnimStep
    90     * TestTAnimSTAnimStepL tests TAnimStep
   105     * of TAnimStep in aknAnimData.h.
    91     * of TAnimStep in aknAnimData.h.