summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
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.cpp
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.cpp')
-rw-r--r--wear_ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index 3ee38e8a4..50aeb3849 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -61,10 +61,10 @@ WearRecoveryUI::WearRecoveryUI() :
menu_unusable_rows(0),
intro_frames(22),
loop_frames(60),
+ animation_fps(30),
currentIcon(NONE),
intro_done(false),
current_frame(0),
- animation_fps(30),
rtl_locale(false),
progressBarType(EMPTY),
progressScopeStart(0),