equal
deleted
inserted
replaced
900 * |
900 * |
901 * @return ETrue if list highlight animation should be used, EFalse |
901 * @return ETrue if list highlight animation should be used, EFalse |
902 * otherwise. The default value is ETrue. |
902 * otherwise. The default value is ETrue. |
903 */ |
903 */ |
904 IMPORT_C static TBool AvkonHighlightAnimationEnabled(); |
904 IMPORT_C static TBool AvkonHighlightAnimationEnabled(); |
|
905 |
|
906 /** |
|
907 * Sets the flag indicating whether animation background should be used |
|
908 * in the scope of the current AppUi. |
|
909 * |
|
910 * @since 5.2 |
|
911 * |
|
912 * @param Value of the flag as TBool. |
|
913 */ |
|
914 IMPORT_C static void SetAnimationBackgroundDisabledL( TBool aDisabled ); |
|
915 |
|
916 /** |
|
917 * Queries whether animation background should be used for newly created |
|
918 * current AppUi. |
|
919 * |
|
920 * @since 5.2 |
|
921 * |
|
922 * @return ETrue if animation background is disabled, EFalse |
|
923 * otherwise. The default value is EFalse. |
|
924 */ |
|
925 IMPORT_C static TBool AnimationBackgroundDisabled(); |
905 |
926 |
906 public: // New functions - Control position list |
927 public: // New functions - Control position list |
907 |
928 |
908 /** |
929 /** |
909 * Registers the position of the given control. |
930 * Registers the position of the given control. |