summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-27 21:11:48 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-27 21:11:48 +0200
commit43a866cbe60fc16789aea73dcb8ce48f95644ef2 (patch)
treef11ebef7ffdf62202d1a81d73e61c756ffd6fce2 /vr_ui.h
parentMerge "avoid assuming build number is a 32-bit integer" am: 30afdee987 am: 170aa1c923 (diff)
parentMerge "Formatting RecoveryUI related files." am: 8e7db8f4a6 (diff)
downloadandroid_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar.gz
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar.bz2
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar.lz
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar.xz
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.tar.zst
android_bootable_recovery-43a866cbe60fc16789aea73dcb8ce48f95644ef2.zip
Diffstat (limited to 'vr_ui.h')
-rw-r--r--vr_ui.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/vr_ui.h b/vr_ui.h
index 31ca4a61d..da2163402 100644
--- a/vr_ui.h
+++ b/vr_ui.h
@@ -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