diff options
author | Winson Chung <winsonc@google.com> | 2014-09-01 18:08:39 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-09-04 14:29:38 +0000 |
commit | 3884715c450e4ff519da73389abe36415028a0dc (patch) | |
tree | 3525f97a80f1f148362b3937d9259d7c5dbafc39 /packages/SystemUI/res/values/config.xml | |
parent | d2961355bd433c3319f293eb53cbe6ad30b79276 (diff) | |
download | frameworks_base-3884715c450e4ff519da73389abe36415028a0dc.zip frameworks_base-3884715c450e4ff519da73389abe36415028a0dc.tar.gz frameworks_base-3884715c450e4ff519da73389abe36415028a0dc.tar.bz2 |
Delay in app transition until home animation completes. (Bug 17012456)
Change-Id: I3469738a70bd872ff03c48c23201d4e0b6c8d8bb
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 0e18979..5399a39 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -137,7 +137,7 @@ <!-- 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. --> |