summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 10:14:50 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 10:14:50 +0200
commite4c7329b8763999ac44518db23cdb834f4e1a859 (patch)
tree20792a8d8c8d8f4dfa0bb9439c246bda68c7afea /screen_ui.h
parentrelease-request-38d4765e-6779-4912-a79f-25f77b8184a7-for-git_pi-release-4288638 snap-temp-L71800000095143664 (diff)
parentMerge "Allow comparison against multi serial nums for A/B package" am: 3810046a55 am: e8b02d68e5 am: 968ebdeefd am: 7379a5290d (diff)
downloadandroid_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar.gz
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar.bz2
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar.lz
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar.xz
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.tar.zst
android_bootable_recovery-e4c7329b8763999ac44518db23cdb834f4e1a859.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_;