summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-27 21:06:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-27 21:06:17 +0200
commit076aba3d8ad1301ef6d7298a195d1223b2a76211 (patch)
treeaecc5fbab9c140db72123296f8d291179b0540d3 /vr_ui.h
parentMerge "avoid assuming build number is a 32-bit integer" (diff)
parentMerge "Formatting RecoveryUI related files." (diff)
downloadandroid_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.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