summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-12 02:42:30 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-12 02:42:30 +0100
commit8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d (patch)
tree311df76e16465518ae4068a7f09572fcd3770eb2 /wear_ui.h
parentapplypatch: use vector to store data in FileContents. am: 1c522df25f -s ours (diff)
parentMerge "recovery: Remove SetColor, and other refactoring for WearUI" into nyc-dev (diff)
downloadandroid_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar.gz
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar.bz2
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar.lz
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar.xz
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.tar.zst
android_bootable_recovery-8f4f11179a3dbeb272651e6c0113dc6fe03c0a9d.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 92cd320bb..e2d6fe072 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -53,9 +53,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void Redraw();
- enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL };
- virtual void SetColor(UIElement e);
-
protected:
int progress_bar_height, progress_bar_width;
@@ -122,8 +119,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void progress_loop();
void PutChar(char);
void ClearText();
- void DrawTextLine(int x, int* y, const char* line, bool bold);
- void DrawTextLines(int x, int* y, const char* const* lines);
void PrintV(const char*, bool, va_list);
};