Home
last modified time | relevance | path

Searched refs:onMotionPauseChanged (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java191 mOnMotionPauseListener.onMotionPauseChanged(mIsPaused);
213 void onMotionPauseChanged(boolean isPaused);
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DFlingAndHoldTouchController.java97 mMotionPauseDetector.setOnMotionPauseListener(this::onMotionPauseChanged); in onDragStart()
105 protected void onMotionPauseChanged(boolean isPaused) { in onMotionPauseChanged() method in FlingAndHoldTouchController
DNoButtonNavbarToOverviewTouchController.java156 protected void onMotionPauseChanged(boolean isPaused) { in onMotionPauseChanged() method in NoButtonNavbarToOverviewTouchController
DNoButtonQuickSwitchTouchController.java188 public void onMotionPauseChanged(boolean isPaused) { in onMotionPauseChanged() method in NoButtonQuickSwitchTouchController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java327 public abstract void onMotionPauseChanged(boolean isPaused); in onMotionPauseChanged() method in BaseSwipeUpHandler
DBaseSwipeUpHandlerV2.java452 public void onMotionPauseChanged(boolean isPaused) { in onMotionPauseChanged() method in BaseSwipeUpHandlerV2
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java365 mMotionPauseDetector.setOnMotionPauseListener(mInteractionHandler::onMotionPauseChanged);