summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-16 06:04:54 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-16 06:04:54 +0200
commit0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81 (patch)
tree229360257b48faafc6e99ba725683827f053a026 /wear_ui.cpp
parentMerge "Clean up the Makefile for recovery and tests." (diff)
parentwear_ui: Address a TODO regarding {intro,loop}_frames. (diff)
downloadandroid_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar.gz
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar.bz2
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar.lz
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar.xz
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.tar.zst
android_bootable_recovery-0f3aa6ec38433e69f7d3c0d8d6b429b0b8d91e81.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;
}