summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/anim
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-10-17 09:05:00 -0700
committerMichael Jurka <mikejurka@google.com>2011-10-18 15:48:18 -0700
commit412cba8aa10231cdf515d9400a754e8a16a8eb3d (patch)
treea750a0c8cb1bb710fb594ed8ed1e5d9a42bf03f2 /packages/SystemUI/res/anim
parent87bc53de2adf479ad5a5e226bf3d8fd31af6dc21 (diff)
downloadframeworks_base-412cba8aa10231cdf515d9400a754e8a16a8eb3d.zip
frameworks_base-412cba8aa10231cdf515d9400a754e8a16a8eb3d.tar.gz
frameworks_base-412cba8aa10231cdf515d9400a754e8a16a8eb3d.tar.bz2
Make Recent Apps faster
- start loading on touch down - avoid unneeded calls to onLayout - don't fade in thumbnails if they've been loaded before we show recent apps - don't pause between loading thumbnails - fade in thumbnails+shadow (rather than just thumbnail as before) Change-Id: I6dd4be7f52f9e8b51284ae052614719db8e71dc5
Diffstat (limited to 'packages/SystemUI/res/anim')
-rw-r--r--packages/SystemUI/res/anim/recent_appear.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/anim/recent_appear.xml b/packages/SystemUI/res/anim/recent_appear.xml
index 20fe052..4400d9d 100644
--- a/packages/SystemUI/res/anim/recent_appear.xml
+++ b/packages/SystemUI/res/anim/recent_appear.xml
@@ -16,5 +16,5 @@
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="0.0" android:toAlpha="1.0"
- android:duration="@android:integer/config_mediumAnimTime"
+ android:duration="@android:integer/config_shortAnimTime"
/>