Loading libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -552,6 +552,7 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont // start animation immediately for non-gestural sources (without ACTION_MOVE // events) mThresholdCrossed = true; mPointersPilfered = true; onGestureStarted(touchX, touchY, swipeEdge); mShouldStartOnNextMoveEvent = false; } else { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/back/BackAnimationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -552,6 +552,7 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont // start animation immediately for non-gestural sources (without ACTION_MOVE // events) mThresholdCrossed = true; mPointersPilfered = true; onGestureStarted(touchX, touchY, swipeEdge); mShouldStartOnNextMoveEvent = false; } else { Loading