summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-12-18 23:30:28 +0100
committerandroid-build-merger <android-build-merger@google.com>2015-12-18 23:30:28 +0100
commitef911716b04a773bcba1e693638cfd9cbb9e4ddc (patch)
treec311d658de7ac03080583b24e9157cc6f502f1b4 /wear_ui.h
parentMerge "updater: Use O_SYNC and fsync() for package_extract_file()." (diff)
parentMerge "res: Embed FPS into icon_installing.png." (diff)
downloadandroid_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.gz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.bz2
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.lz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.xz
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.tar.zst
android_bootable_recovery-ef911716b04a773bcba1e693638cfd9cbb9e4ddc.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 839a26438..63c1b6e6e 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -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;