diff -r e4e3998ddda2 -r 9f95a5546443 uiresources_pub/skins_api/inc/AknsUtils.h --- a/uiresources_pub/skins_api/inc/AknsUtils.h Tue Aug 31 16:13:36 2010 +0300 +++ b/uiresources_pub/skins_api/inc/AknsUtils.h Wed Sep 01 12:19:53 2010 +0100 @@ -902,6 +902,27 @@ * otherwise. The default value is ETrue. */ IMPORT_C static TBool AvkonHighlightAnimationEnabled(); + + /** + * Sets the flag indicating whether animation background should be used + * in the scope of the current AppUi. + * + * @since 5.2 + * + * @param Value of the flag as TBool. + */ + IMPORT_C static void SetAnimationBackgroundDisabledL( TBool aDisabled ); + + /** + * Queries whether animation background should be used for newly created + * current AppUi. + * + * @since 5.2 + * + * @return ETrue if animation background is disabled, EFalse + * otherwise. The default value is EFalse. + */ + IMPORT_C static TBool AnimationBackgroundDisabled(); public: // New functions - Control position list