Loading quickstep/src/com/android/quickstep/OtherActivityTouchConsumer.java +2 −2 Original line number Diff line number Diff line Loading @@ -383,9 +383,9 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC // Deferred gesture, start the animation and gesture tracking once we pass the actual // touch slop startTouchTrackingForWindowAnimation(ev.getEventTime()); } mPassedInitialSlop = true; mStartDisplacement = getDisplacement(ev); } notifyGestureStarted(); } Loading Loading
quickstep/src/com/android/quickstep/OtherActivityTouchConsumer.java +2 −2 Original line number Diff line number Diff line Loading @@ -383,9 +383,9 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC // Deferred gesture, start the animation and gesture tracking once we pass the actual // touch slop startTouchTrackingForWindowAnimation(ev.getEventTime()); } mPassedInitialSlop = true; mStartDisplacement = getDisplacement(ev); } notifyGestureStarted(); } Loading