summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-04-16 15:06:06 -0400
committerDaniel Sandler <dsandler@android.com>2010-04-16 15:17:01 -0400
commit2ff10b3b0137d258569ce5471808842e88696133 (patch)
tree2c964f40adc312024e9bd6803d3d1172dc25dbf3 /res
parent707b0f7c3cece27b0edda61b44c3658e10f4403a (diff)
downloadandroid_packages_apps_Trebuchet-2ff10b3b0137d258569ce5471808842e88696133.tar.gz
android_packages_apps_Trebuchet-2ff10b3b0137d258569ce5471808842e88696133.tar.bz2
android_packages_apps_Trebuchet-2ff10b3b0137d258569ce5471808842e88696133.zip
More Launcher performance improvements.
* Removed another redundant sort * Correctly set the thread priority to BACKGROUND for the all apps loading step. * Moved batch delay to a resource * Reduced delay between loading batches of apps to 100ms (we really just want to sleep a tiny bit between batches to give the UI time to react) Bug: 2562420 Bug: 2599979 (related) Change-Id: I1ae72a68c1a47377a9eb62827fe7666bfc50caa5
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 9d3f688c4..2822e95de 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,4 +1,5 @@
<resources>
<integer name="config_allAppsFadeInTime">700</integer>
<integer name="config_allAppsFadeOutTime">700</integer>
+ <integer name="config_allAppsBatchLoadDelay">150</integer>
</resources>