summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-04-04 22:48:33 +0200
committerDoug Zongker <dougz@android.com>2014-04-04 22:48:33 +0200
commit9551cf912180665a85f515c16d6412bb8ea2bf98 (patch)
tree2a09c6db6a26445ef7992d96ee396965ee403308 /screen_ui.h
parentadd reboot-to-bootloader and power down options to recovery menu (diff)
downloadandroid_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.gz
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.bz2
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.lz
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.xz
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.zst
android_bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.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 92e4795b4..2e01acdae 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -87,6 +87,9 @@ class ScreenRecoveryUI : public RecoveryUI {
static const int kMaxCols = 96;
static const int kMaxRows = 96;
+ static const int kTextXOffset = 8;
+ static const int kTextYOffset = 4;
+
// Log text overlay, displayed when a magic key is pressed
char text[kMaxRows][kMaxCols];
int text_cols, text_rows;