Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DResetGestureInputConsumer.java39 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
DScreenPinnedInputConsumer.java71 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
DOverviewInputConsumer.java82 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewInputConsumer
DInputConsumer.java71 default void onMotionEvent(MotionEvent ev) { } in onMotionEvent() method
DOverviewWithoutFocusInputConsumer.java81 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
DAccessibilityInputConsumer.java80 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AccessibilityInputConsumer
DDeviceLockedInputConsumer.java122 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DeviceLockedInputConsumer
DFallbackNoButtonInputConsumer.java142 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in FallbackNoButtonInputConsumer
DAssistantTouchConsumer.java118 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AssistantTouchConsumer
DOtherActivityInputConsumer.java183 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OtherActivityInputConsumer
/packages/apps/Launcher3/src/com/android/launcher3/
DStylusEventHelper.java58 public boolean onMotionEvent(MotionEvent event) { in onMotionEvent() method in StylusEventHelper