Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +6 −3 Original line number Diff line number Diff line Loading @@ -297,9 +297,12 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mActivityInterface = gestureState.getActivityInterface(); mActivityInitListener = mActivityInterface.createActivityInitListener(this::onActivityInit); mInputConsumerProxy = new InputConsumerProxy(context, () -> mRecentsView.getPagedViewOrientedState().getRecentsActivityRotation(), inputConsumer, () -> { new InputConsumerProxy(context, /* rotationSupplier = */ () -> { if (mRecentsView == null) { return ROTATION_0; } return mRecentsView.getPagedViewOrientedState().getRecentsActivityRotation(); }, inputConsumer, /* callback = */ () -> { endRunningWindowAnim(mGestureState.getEndTarget() == HOME /* cancel */); endLauncherTransitionController(); }, new InputProxyHandlerFactory(mActivityInterface, mGestureState)); Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +6 −3 Original line number Diff line number Diff line Loading @@ -297,9 +297,12 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mActivityInterface = gestureState.getActivityInterface(); mActivityInitListener = mActivityInterface.createActivityInitListener(this::onActivityInit); mInputConsumerProxy = new InputConsumerProxy(context, () -> mRecentsView.getPagedViewOrientedState().getRecentsActivityRotation(), inputConsumer, () -> { new InputConsumerProxy(context, /* rotationSupplier = */ () -> { if (mRecentsView == null) { return ROTATION_0; } return mRecentsView.getPagedViewOrientedState().getRecentsActivityRotation(); }, inputConsumer, /* callback = */ () -> { endRunningWindowAnim(mGestureState.getEndTarget() == HOME /* cancel */); endLauncherTransitionController(); }, new InputProxyHandlerFactory(mActivityInterface, mGestureState)); Loading