summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-08-22 19:51:58 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-08-22 19:51:58 +0200
commitcce04d085f2210d56998203c2ff3e1644c3438bd (patch)
treebfd2ae587500db5952828daa8d8c591a8f2b2079 /screen_ui.h
parentMerge "Move Image/ImageChunk/PatchChunk declaration into header files" am: b4bc57ed39 am: b127fddf09 am: f5e3cadeca am: fc569d1516 (diff)
parentMerge changes from topic "bug-64307776" into oc-mr1-dev (diff)
downloadandroid_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar.gz
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar.bz2
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar.lz
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar.xz
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.tar.zst
android_bootable_recovery-cce04d085f2210d56998203c2ff3e1644c3438bd.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_;