Home
last modified time | relevance | path

Searched refs:onGestureEnded (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java336 public abstract void onGestureEnded(float endVelocity, PointF velocity, PointF downPos); in onGestureEnded() method in BaseSwipeUpHandler
DBaseSwipeUpHandlerV2.java674 public void onGestureEnded(float endVelocity, PointF velocity, PointF downPos) { in onGestureEnded() method in BaseSwipeUpHandlerV2
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java403 mInteractionHandler.onGestureEnded(velocity, new PointF(velocityX, velocityY),