commit | 119a58624573580c21989ad60db786f9df46c447 | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Wed May 29 14:39:01 2019 -0700 |
committer | Jon Miranda <jonmiranda@google.com> | Wed May 29 14:39:01 2019 -0700 |
tree | a2306e68b51327717d926b4d25a466c97df82c59 | |
parent | 5a93e5d89588f8690e50bc79aa846af93c784703 [diff] |
Animate workspace upwards when opening an app. Bug: 123900446 Change-Id: I3d08985f8362038f50728e91e2fedf1c97e326ff
diff --git a/quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java b/quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java index 95ae312..79540c1 100644 --- a/quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +++ b/quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java
@@ -278,7 +278,7 @@ if (launcherClosing) { Pair<AnimatorSet, Runnable> launcherContentAnimator = getLauncherContentAnimator(true /* isAppOpening */, - new float[] {0, mContentTransY}); + new float[] {0, -mContentTransY}); anim.play(launcherContentAnimator.first); anim.addListener(new AnimatorListenerAdapter() { @Override