diff options
author | Doug Zongker <dougz@android.com> | 2009-09-20 23:10:27 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-09-20 23:10:27 +0200 |
commit | fd8fb0c49242af5147708f1a93ea3acba546555b (patch) | |
tree | 6335e3fc41a5f5a3c4d251800033098d94bda0c8 | |
parent | delete files before symlinking; log error messages (diff) | |
download | android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar.gz android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar.bz2 android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar.lz android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar.xz android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.tar.zst android_bootable_recovery-fd8fb0c49242af5147708f1a93ea3acba546555b.zip |
Diffstat (limited to '')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |