diff options
author | Tao Bao <tbao@google.com> | 2017-06-27 21:09:18 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-27 21:09:18 +0200 |
commit | a6aa96f3fd250397d8fd8b8a102b29925f6aafc7 (patch) | |
tree | aecc5fbab9c140db72123296f8d291179b0540d3 /vr_ui.h | |
parent | Merge "avoid assuming build number is a 32-bit integer" am: 30afdee987 (diff) | |
parent | Merge "Formatting RecoveryUI related files." (diff) | |
download | android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar.gz android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar.bz2 android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar.lz android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar.xz android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.tar.zst android_bootable_recovery-a6aa96f3fd250397d8fd8b8a102b29925f6aafc7.zip |
Diffstat (limited to 'vr_ui.h')
-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 |