Home
last modified time | relevance | path

Searched defs:onMotionEvent (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DResetGestureInputConsumer.java40 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
DScreenPinnedInputConsumer.java64 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
DSysUiOverlayInputConsumer.java65 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in SysUiOverlayInputConsumer
DOverviewInputConsumer.java79 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewInputConsumer
DOverviewWithoutFocusInputConsumer.java69 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
DAccessibilityInputConsumer.java76 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AccessibilityInputConsumer
DOneHandedModeInputConsumer.java84 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OneHandedModeInputConsumer
DOverscrollInputConsumer.java116 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverscrollInputConsumer
DDeviceLockedInputConsumer.java135 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DeviceLockedInputConsumer
DAssistantInputConsumer.java124 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AssistantInputConsumer
DOtherActivityInputConsumer.java201 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OtherActivityInputConsumer
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DInputConsumer.java98 default void onMotionEvent(MotionEvent ev) { } in onMotionEvent() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTriggerSwipeUpTouchTracker.java82 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TriggerSwipeUpTouchTracker
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java178 private void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in EdgeBackGestureHandler
DEdgeBackGesturePanel.java335 void onMotionEvent(MotionEvent event) { in onMotionEvent() method in EdgeBackGesturePanel