summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-08-23 22:24:36 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-23 22:24:36 +0200
commitcf9f4e0020dadc71d50110764d407377ce09ea2d (patch)
tree26f0cfb8893bf21faaf3ec6ad1670159a01d454b /screen_ui.cpp
parentam 02ec6b88: add simple text to recovery UI (diff)
parentchange recovery images to android with spinner (diff)
downloadandroid_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar.gz
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar.bz2
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar.lz
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar.xz
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.tar.zst
android_bootable_recovery-cf9f4e0020dadc71d50110764d407377ce09ea2d.zip
Diffstat (limited to '')
-rw-r--r--screen_ui.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index bb879dfac..1f2471ade 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -75,10 +75,10 @@ ScreenRecoveryUI::ScreenRecoveryUI() :
// that overrides Init() to set these values appropriately and
// then call the superclass Init().
animation_fps(20),
- indeterminate_frames(6),
- installing_frames(7),
- install_overlay_offset_x(13),
- install_overlay_offset_y(190) {
+ indeterminate_frames(16),
+ installing_frames(48),
+ install_overlay_offset_x(65),
+ install_overlay_offset_y(106) {
pthread_mutex_init(&updateMutex, NULL);
self = this;
}