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-10 18:31:17 +0200
commit0470ceea381775b09eee931858c3320be88cc637 (patch)
tree7beb1970589bd76180f0342c3e8ef4323c8341f6 /screen_ui.h
parentMerge "update_verifier: verify blocks in parallel" (diff)
downloadandroid_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.gz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.bz2
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.lz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.xz
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.tar.zst
android_bootable_recovery-0470ceea381775b09eee931858c3320be88cc637.zip
Diffstat (limited to 'screen_ui.h')
-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_;