summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-22 19:44:16 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-08-22 19:44:16 +0200
commit89ad02206a993f063f2a32782427812ba87f6cb8 (patch)
tree366f8fbdf3193a2635844b1f49d275afc22f89d6 /screen_ui.h
parentMerge "Move Image/ImageChunk/PatchChunk declaration into header files" (diff)
parentwear_ui: Expose menu_unusable_rows via Makefile var. (diff)
downloadandroid_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar.gz
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar.bz2
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar.lz
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar.xz
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.tar.zst
android_bootable_recovery-89ad02206a993f063f2a32782427812ba87f6cb8.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 df7cc25b3..62dda7558 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_;