summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-03 02:11:04 +0200
committerTao Bao <tbao@google.com>2017-08-13 20:24:33 +0200
commit016120f395795fb1be600c1e85f4dfd324797122 (patch)
tree7937b8d5b1042be36f67e9bec25e17c0f5a7521d /screen_ui.h
parentupdate_verifier: Support androidboot.veritymode being empty or 'disabled'. (diff)
downloadandroid_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.gz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.bz2
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.lz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.xz
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.tar.zst
android_bootable_recovery-016120f395795fb1be600c1e85f4dfd324797122.zip
Diffstat (limited to '')
-rw-r--r--screen_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 8402fac00..1f40164af 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -84,6 +84,9 @@ class ScreenRecoveryUI : public RecoveryUI {
const int kMarginWidth;
const int kMarginHeight;
+ // Number of frames per sec (default: 30) for both parts of the animation.
+ const int kAnimationFps;
+
// The scale factor from dp to pixels. 1.0 for mdpi, 4.0 for xxxhdpi.
const float density_;
@@ -141,9 +144,6 @@ class ScreenRecoveryUI : public RecoveryUI {
size_t current_frame;
bool intro_done;
- // Number of frames per sec (default: 30) for both parts of the animation.
- int animation_fps;
-
int stage, max_stage;
int char_width_;