summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-12-14 22:50:49 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-14 22:50:49 +0100
commit8c1584feaf72c088928104ca5d4da18cba31a7cc (patch)
treeeb2f2cab3101dbdba307df52910ee9d0fb8bbdf4 /screen_ui.h
parentMerge "updater: Fix the operator order." (diff)
parentAdd a stub recovery UI. (diff)
downloadandroid_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.gz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.bz2
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.lz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.xz
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.tar.zst
android_bootable_recovery-8c1584feaf72c088928104ca5d4da18cba31a7cc.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.h b/screen_ui.h
index de7b6442e..38e2f0723 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -29,7 +29,7 @@ class ScreenRecoveryUI : public RecoveryUI {
public:
ScreenRecoveryUI();
- void Init();
+ bool Init() override;
void SetLocale(const char* locale);
// overall recovery state ("background image")
@@ -137,7 +137,7 @@ class ScreenRecoveryUI : public RecoveryUI {
pthread_mutex_t updateMutex;
bool rtl_locale;
- virtual void InitTextParams();
+ virtual bool InitTextParams();
virtual void draw_background_locked();
virtual void draw_foreground_locked();