diff options
author | Tao Bao <tbao@google.com> | 2017-09-12 00:13:40 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-09-12 00:13:40 +0200 |
commit | 3644617e3d297a29d6cb4c3d56953206533f6fbc (patch) | |
tree | 20e787156857b7723e3f76cec6d43b479934c217 /ui.h | |
parent | Merge "ui: Remove text_top_." am: 568644197f am: d96ce15139 (diff) | |
parent | Merge "ui: Move locale and friends into ScreenRecoveryUI class." am: fc570c317b (diff) | |
download | android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar.gz android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar.bz2 android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar.lz android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar.xz android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.tar.zst android_bootable_recovery-3644617e3d297a29d6cb4c3d56953206533f6fbc.zip |
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -143,10 +143,6 @@ class RecoveryUI { protected: void EnqueueKey(int key_code); - // The locale that's used to show the rendered texts. - std::string locale_; - bool rtl_locale_; - // The normal and dimmed brightness percentages (default: 50 and 25, which means 50% and 25% of // the max_brightness). Because the absolute values may vary across devices. These two values can // be configured via subclassing. Setting brightness_normal_ to 0 to disable screensaver. @@ -184,8 +180,6 @@ class RecoveryUI { static void* time_key_helper(void* cookie); void time_key(int key_code, int count); - void SetLocale(const std::string&); - bool InitScreensaver(); // Key event input queue |