diff options
author | Tao Bao <tbao@google.com> | 2015-12-18 23:32:36 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-12-18 23:32:36 +0100 |
commit | 2538b952b8d71178b4fb7151730525ca5b2aa668 (patch) | |
tree | 1677a4e8ff40de32760dc5b098752c6d82404f00 /wear_ui.h | |
parent | Merge "updater: Use O_SYNC and fsync() for package_extract_file()." am: 4e72d1a81e (diff) | |
parent | Merge "res: Embed FPS into icon_installing.png." (diff) | |
download | android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar.gz android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar.bz2 android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar.lz android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar.xz android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.tar.zst android_bootable_recovery-2538b952b8d71178b4fb7151730525ca5b2aa668.zip |
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -79,6 +79,9 @@ class WearRecoveryUI : public RecoveryUI { int intro_frames; int loop_frames; + // Number of frames per sec (default: 30) for both of intro and loop. + int animation_fps; + private: Icon currentIcon; @@ -86,8 +89,6 @@ class WearRecoveryUI : public RecoveryUI { int current_frame; - int animation_fps; - bool rtl_locale; pthread_mutex_t updateMutex; |