summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-16 06:12:19 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-16 06:12:19 +0200
commitb730743b4051a671e757feb644135974ed2bc5c2 (patch)
tree229360257b48faafc6e99ba725683827f053a026 /wear_ui.cpp
parentMerge "Clean up the Makefile for recovery and tests." (diff)
parentMerge "wear_ui: Address a TODO regarding {intro,loop}_frames." (diff)
downloadandroid_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar.gz
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar.bz2
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar.lz
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar.xz
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.tar.zst
android_bootable_recovery-b730743b4051a671e757feb644135974ed2bc5c2.zip
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r--wear_ui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index f157d3ca3..f4a839923 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -32,11 +32,6 @@ WearRecoveryUI::WearRecoveryUI()
kMenuUnusableRows(RECOVERY_UI_MENU_UNUSABLE_ROWS) {
// TODO: kMenuUnusableRows should be computed based on the lines in draw_screen_locked().
- // TODO: The following three variables are likely not needed. The first two are detected
- // automatically in ScreenRecoveryUI::LoadAnimation(), based on the actual files seen on device.
- intro_frames = 22;
- loop_frames = 60;
-
touch_screen_allowed_ = true;
}