summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-02-16 06:28:56 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-16 06:28:56 +0100
commit1efbdc25a269460d211a12a01d3720d296d7f919 (patch)
tree1b97e42e4ea9d8a9f663204862387443fef57b40 /ui.h
parentMerge "Reorder the functions in updater/install.cpp" am: 9818283da7 am: 576d2754ee (diff)
parentMerge "recovery: Porting screensave mode for new platform." am: 15e376d792 (diff)
downloadandroid_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar.gz
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar.bz2
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar.lz
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar.xz
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.tar.zst
android_bootable_recovery-1efbdc25a269460d211a12a01d3720d296d7f919.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 4086023af..4c54d6915 100644
--- a/ui.h
+++ b/ui.h
@@ -148,6 +148,8 @@ class RecoveryUI {
// be configured via subclassing. Setting brightness_normal_ to 0 to disable screensaver.
unsigned int brightness_normal_;
unsigned int brightness_dimmed_;
+ std::string brightness_file_;
+ std::string max_brightness_file_;
// Whether we should listen for touch inputs (default: false).
bool touch_screen_allowed_;