Loading libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java +5 −1 Original line number Diff line number Diff line Loading @@ -507,10 +507,14 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont onThresholdCrossed(); } mShouldStartOnNextMoveEvent = false; } else { if (predictiveBackDelayWmTransition()) { onGestureStarted(touchX, touchY, swipeEdge); } else { mShouldStartOnNextMoveEvent = true; } } } } else if (keyAction == MotionEvent.ACTION_MOVE) { if (!mBackGestureStarted && mShouldStartOnNextMoveEvent) { // Let the animation initialized here to make sure the onPointerDownOutsideFocus Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java +5 −1 Original line number Diff line number Diff line Loading @@ -507,10 +507,14 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont onThresholdCrossed(); } mShouldStartOnNextMoveEvent = false; } else { if (predictiveBackDelayWmTransition()) { onGestureStarted(touchX, touchY, swipeEdge); } else { mShouldStartOnNextMoveEvent = true; } } } } else if (keyAction == MotionEvent.ACTION_MOVE) { if (!mBackGestureStarted && mShouldStartOnNextMoveEvent) { // Let the animation initialized here to make sure the onPointerDownOutsideFocus Loading