summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-09-20 14:30:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-20 14:30:37 -0700
commit486aa290635dbf6f60b3435694951fed3470ffdf (patch)
tree80f400800d17c87ae854cad86369be187049d055
parentd16fb221cd27abea8a954bd5f6554fa116366519 (diff)
parentfd8fb0c49242af5147708f1a93ea3acba546555b (diff)
downloadbootable_recovery-486aa290635dbf6f60b3435694951fed3470ffdf.zip
bootable_recovery-486aa290635dbf6f60b3435694951fed3470ffdf.tar.gz
bootable_recovery-486aa290635dbf6f60b3435694951fed3470ffdf.tar.bz2
am fd8fb0c4: reduce fraction of progress bar for verification
Merge commit 'fd8fb0c49242af5147708f1a93ea3acba546555b' into eclair-plus-aosp * commit 'fd8fb0c49242af5147708f1a93ea3acba546555b': reduce fraction of progress bar for verification
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 6761159..d962a0a 100644
--- a/common.h
+++ b/common.h
@@ -68,7 +68,7 @@ void ui_set_progress(float fraction); // 0.0 - 1.0 within the defined scope
// Default allocation of progress bar segments to operations
static const int VERIFICATION_PROGRESS_TIME = 60;
-static const float VERIFICATION_PROGRESS_FRACTION = 0.5;
+static const float VERIFICATION_PROGRESS_FRACTION = 0.25;
static const float DEFAULT_FILES_PROGRESS_FRACTION = 0.4;
static const float DEFAULT_IMAGE_PROGRESS_FRACTION = 0.1;