OSDN Git Service

Delay in app transition until home animation completes. (Bug 17012456)
authorWinson Chung <winsonc@google.com>
Tue, 2 Sep 2014 01:08:39 +0000 (18:08 -0700)
committerWinson Chung <winsonc@google.com>
Thu, 4 Sep 2014 14:29:38 +0000 (14:29 +0000)
Change-Id: I3469738a70bd872ff03c48c23201d4e0b6c8d8bb

packages/SystemUI/res/values/config.xml

index 0e18979..5399a39 100644 (file)
     <!-- The min animation duration for animating the task in when transitioning from home. -->
     <integer name="recents_animate_task_enter_from_home_duration">275</integer>
     <!-- The animation stagger to apply to each task animation when transitioning from home. -->
-    <integer name="recents_animate_task_enter_from_home_delay">10</integer>
+    <integer name="recents_animate_task_enter_from_home_delay">150</integer>
     <!-- The short duration when animating in/out the lock to app button. -->
     <integer name="recents_animate_lock_to_app_button_short_duration">150</integer>
     <!-- The long duration when animating in/out the lock to app button. -->