diff options
author | Vinit Nayak <peanutbutter@google.com> | 2021-11-05 11:15:01 -0700 |
---|---|---|
committer | Vinit Nayak <peanutbutter@google.com> | 2021-11-05 11:15:01 -0700 |
commit | d0eea50a0c65a3ab320ffd6878ef84ff06caeec1 (patch) | |
tree | 7e4c05bccf94554c57740c39cd93c7d97589927f /quickstep/src/com/android/launcher3/QuickstepTransitionManager.java | |
parent | b35b56af655d54bfc50bb3775222ddfcd08a0760 (diff) |
Show divider when GroupedTaskView expanded from recents
* Also increased animation duration to allow
apps to get ready
Fixes: 202928293
Change-Id: I8814ec2415e7985e4f433695f6cc55f83f0c0ac2
Diffstat (limited to 'quickstep/src/com/android/launcher3/QuickstepTransitionManager.java')
-rw-r--r-- | quickstep/src/com/android/launcher3/QuickstepTransitionManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java index 2ccec44fe2..a83f51ade9 100644 --- a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +++ b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java @@ -175,6 +175,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener public static final int RECENTS_LAUNCH_DURATION = 336; private static final int LAUNCHER_RESUME_START_DELAY = 100; private static final int CLOSING_TRANSITION_DURATION_MS = 250; + public static final int SPLIT_LAUNCH_DURATION = 370; public static final int CONTENT_ALPHA_DURATION = 217; protected static final int CONTENT_SCALE_DURATION = 350; |