diff options
author | Luke Song <songwalker@google.com> | 2017-06-24 03:29:59 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-24 03:29:59 +0200 |
commit | cb12f9040fa54bf069512e7f81bcd13bc50b3e29 (patch) | |
tree | 22dd896c48badc601d4ec624114f5d278f911c52 /vr_ui.h | |
parent | Use Makefile variables to specify margin settings. (diff) | |
parent | Merge "Restructure vr_ui" am: 20d40ce53a (diff) | |
download | android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar.gz android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar.bz2 android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar.lz android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar.xz android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.tar.zst android_bootable_recovery-cb12f9040fa54bf069512e7f81bcd13bc50b3e29.zip |
Diffstat (limited to 'vr_ui.h')
-rw-r--r-- | vr_ui.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,12 +26,10 @@ class VrRecoveryUI : public ScreenRecoveryUI { protected: // Pixel offsets to move drawing functions to visible range. // Can vary per device depending on screen size and lens distortion. - int x_offset, y_offset, stereo_offset; + const int kStereoOffset; bool InitTextParams() override; - void DrawHorizontalRule(int* y) override; - void DrawHighlightBar(int x, int y, int width, int height) const override; void DrawTextLine(int x, int* y, const char* line, bool bold) const override; }; |