summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-09-21 02:53:46 +0200
committerTianjie Xu <xunchang@google.com>2017-09-27 09:27:38 +0200
commit29d5575fa877770f6387420294d9dc184a84a115 (patch)
treeb245d108a23ee6d630fd30046e4eea84057f88f4 /screen_ui.h
parentMerge "clang-format: Remove the override of PenaltyExcessCharacter." (diff)
downloadandroid_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar.gz
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar.bz2
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar.lz
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar.xz
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.tar.zst
android_bootable_recovery-29d5575fa877770f6387420294d9dc184a84a115.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index eaac2a6e8..3a28a09de 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -80,6 +80,10 @@ class ScreenRecoveryUI : public RecoveryUI {
void SetColor(UIElement e) const;
+ // Check the background text image. Use volume up/down button to cycle through the locales
+ // embedded in the png file, and power button to go back to recovery main menu.
+ void CheckBackgroundTextImages(const std::string& saved_locale);
+
protected:
// The margin that we don't want to use for showing texts (e.g. round screen, or screen with
// rounded corners).
@@ -199,6 +203,10 @@ class ScreenRecoveryUI : public RecoveryUI {
private:
void SetLocale(const std::string&);
+
+ // Display the background texts for "erasing", "error", "no_command" and "installing" for the
+ // selected locale.
+ void SelectAndShowBackgroundText(const std::vector<std::string>& locales_entries, size_t sel);
};
#endif // RECOVERY_UI_H