summaryrefslogtreecommitdiffstats
path: root/vr_ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-28 09:29:34 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-28 09:29:34 +0200
commit4f0b89a66822f4971ad7867160c6586f0fd2b8ee (patch)
treeaffc3bd1f35a6b8bb46843999bdeaf87f861ba6e /vr_ui.h
parentrelease-request-6db00e04-e62d-4e43-807a-a9cc1185dcbb-for-git_oc-mr1-release-4136929 snap-temp-L91700000077883673 (diff)
parentMerge "Add override specifier and member constness to RecoveryUI classes." am: d6fb1c6367 am: 2e20c11828 am: 57191920e8 (diff)
downloadandroid_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar.gz
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar.bz2
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar.lz
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar.xz
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.tar.zst
android_bootable_recovery-4f0b89a66822f4971ad7867160c6586f0fd2b8ee.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