summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-17 10:10:27 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-17 10:10:27 +0200
commite5fc72dcd7779cc3ba456e5f162198c36a4ecec3 (patch)
tree07a11cdcf6d620125a7b6a89d663426823d5d377 /screen_ui.h
parentrelease-request-8c6f0e6c-413f-4241-b3dc-c159fdcc7655-for-git_pi-release-4273687 snap-temp-L51400000093075386 (diff)
parentImport translations. DO NOT MERGE am: 20fa1a92cc -s ours (diff)
downloadandroid_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar.gz
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar.bz2
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar.lz
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar.xz
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.tar.zst
android_bootable_recovery-e5fc72dcd7779cc3ba456e5f162198c36a4ecec3.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 8402fac00..df7cc25b3 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -187,6 +187,9 @@ class ScreenRecoveryUI : public RecoveryUI {
virtual int DrawTextLine(int x, int y, const char* line, bool bold) const;
// Draws multiple text lines. Returns the offset it should be moving along Y-axis.
int DrawTextLines(int x, int y, const char* const* lines) const;
+ // Similar to DrawTextLines() to draw multiple text lines, but additionally wraps long lines.
+ // Returns the offset it should be moving along Y-axis.
+ int DrawWrappedTextLines(int x, int y, const char* const* lines) const;
};
#endif // RECOVERY_UI_H