diff options
author | Adam Cohen <adamcohen@google.com> | 2011-10-17 21:48:02 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2011-10-17 21:53:41 -0700 |
commit | b64d36e6f8006b3ea5a6c2951af4cf8dea72d08e (patch) | |
tree | e0b15cc1f0d2ccbd85faed3764f9da869c45bed1 /res/values | |
parent | 7fe4f8ba0a3c065773f3166940f6b34e42194389 (diff) | |
download | packages_apps_trebuchet-b64d36e6f8006b3ea5a6c2951af4cf8dea72d08e.zip packages_apps_trebuchet-b64d36e6f8006b3ea5a6c2951af4cf8dea72d08e.tar.gz packages_apps_trebuchet-b64d36e6f8006b3ea5a6c2951af4cf8dea72d08e.tar.bz2 |
Fixing stutter in AllApps transition
-> Tightened up the interpolator and decreased the duration of the
AllApps-in animation. This removes many excess frames at the end
of the transition, and frees up perf for swiping AllApps:
(issue 5359751)
-> Changed when AllApps state gets reset -- now only after
leaving home, and then pressing home, or when the screen
turns off.
Change-Id: I76e988102da91c12cb52af01468cf9a81fe45545
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index ff8dede..b8040e6 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -23,8 +23,8 @@ <!-- Fade/zoom in/out duration & scale in the AllApps transition. Note: This should be less than the workspaceShrinkTime as they happen together. --> - <integer name="config_appsCustomizeZoomInTime">700</integer> - <integer name="config_appsCustomizeZoomOutTime">700</integer> + <integer name="config_appsCustomizeZoomInTime">350</integer> + <integer name="config_appsCustomizeZoomOutTime">600</integer> <integer name="config_appsCustomizeZoomScaleFactor">7</integer> <integer name="config_appsCustomizeFadeInTime">250</integer> <integer name="config_appsCustomizeFadeOutTime">200</integer> |