summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-02-16 06:15:40 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-02-16 06:15:40 +0100
commit470b4fef7f6c6d104fd110064a9393a1ea2efb37 (patch)
tree6096f33fd51da419bd819b1e5af0cc71617f35cf /ui.h
parentMerge "Reorder the functions in updater/install.cpp" (diff)
parentMerge "recovery: Porting screensave mode for new platform." (diff)
downloadandroid_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar.gz
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar.bz2
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar.lz
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar.xz
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.tar.zst
android_bootable_recovery-470b4fef7f6c6d104fd110064a9393a1ea2efb37.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_;