Loading quickstep/recents_ui_overrides/src/com/android/quickstep/OtherActivityInputConsumer.java +2 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,6 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC mTouchSlop) { mPassedTouchSlop = true; TOUCH_INTERACTION_LOG.addLog("startQuickstep"); if (mIsDeferredDownTarget) { // Deferred gesture, start the animation and gesture tracking once // we pass the actual touch slop Loading Loading @@ -272,6 +271,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC } private void notifyGestureStarted() { TOUCH_INTERACTION_LOG.addLog("startQuickstep"); if (mInteractionHandler == null) { return; } Loading Loading @@ -310,6 +310,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC if (listenerSet != null) { listenerSet.addListener(handler); mSwipeSharedState.applyActiveRecentsAnimationState(handler); notifyGestureStarted(); } else { RecentsAnimationListenerSet newListenerSet = mSwipeSharedState.newRecentsAnimationListenerSet(); Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/OtherActivityInputConsumer.java +2 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,6 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC mTouchSlop) { mPassedTouchSlop = true; TOUCH_INTERACTION_LOG.addLog("startQuickstep"); if (mIsDeferredDownTarget) { // Deferred gesture, start the animation and gesture tracking once // we pass the actual touch slop Loading Loading @@ -272,6 +271,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC } private void notifyGestureStarted() { TOUCH_INTERACTION_LOG.addLog("startQuickstep"); if (mInteractionHandler == null) { return; } Loading Loading @@ -310,6 +310,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC if (listenerSet != null) { listenerSet.addListener(handler); mSwipeSharedState.applyActiveRecentsAnimationState(handler); notifyGestureStarted(); } else { RecentsAnimationListenerSet newListenerSet = mSwipeSharedState.newRecentsAnimationListenerSet(); Loading