Home
last modified time | relevance | path

Searched defs:onMotionPauseChanged (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DFlingAndHoldTouchController.java105 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