summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-10-08 17:38:16 +0200
committerDoug Zongker <dougz@google.com>2012-10-08 17:38:16 +0200
commit8347cb2d813b9a8b7c9165aadaea0b699eb5082f (patch)
treee53e6deaab753b1e7430d072e2fde63d44a43936 /screen_ui.cpp
parentdisplay error state on OTA failure (diff)
downloadandroid_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar.gz
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar.bz2
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar.lz
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar.xz
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.tar.zst
android_bootable_recovery-8347cb2d813b9a8b7c9165aadaea0b699eb5082f.zip
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r--screen_ui.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index ab7546d40..e36fa3d8f 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -76,10 +76,10 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
// that overrides Init() to set these values appropriately and
// then call the superclass Init().
animation_fps(20),
- indeterminate_frames(16),
- installing_frames(48),
- install_overlay_offset_x(65),
- install_overlay_offset_y(106),
+ indeterminate_frames(6),
+ installing_frames(7),
+ install_overlay_offset_x(13),
+ install_overlay_offset_y(190),
overlay_offset_x(-1),
overlay_offset_y(-1) {
pthread_mutex_init(&updateMutex, NULL);