diff options
author | Tao Bao <tbao@google.com> | 2017-06-27 21:06:17 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-27 21:06:17 +0200 |
commit | 076aba3d8ad1301ef6d7298a195d1223b2a76211 (patch) | |
tree | aecc5fbab9c140db72123296f8d291179b0540d3 /vr_ui.h | |
parent | Merge "avoid assuming build number is a 32-bit integer" (diff) | |
parent | Merge "Formatting RecoveryUI related files." (diff) | |
download | android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar.gz android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar.bz2 android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar.lz android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar.xz android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.tar.zst android_bootable_recovery-076aba3d8ad1301ef6d7298a195d1223b2a76211.zip |
Diffstat (limited to '')
-rw-r--r-- | vr_ui.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -20,17 +20,17 @@ #include "screen_ui.h" class VrRecoveryUI : public ScreenRecoveryUI { - public: - VrRecoveryUI(); + public: + VrRecoveryUI(); - protected: - // Pixel offsets to move drawing functions to visible range. - // Can vary per device depending on screen size and lens distortion. - const int kStereoOffset; + protected: + // Pixel offsets to move drawing functions to visible range. + // Can vary per device depending on screen size and lens distortion. + const int kStereoOffset; - bool InitTextParams() override; + bool InitTextParams() override; - void DrawTextLine(int x, int* y, const char* line, bool bold) const override; + void DrawTextLine(int x, int* y, const char* line, bool bold) const override; }; #endif // RECOVERY_VR_UI_H |