Loading quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans 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 Loading Loading
quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,7 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans 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 Loading