Home
last modified time | relevance | path

Searched refs:onMotionEvent (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java140 onMotionEvent(motionEvent); in onTouch()
167 mEdgeBackPanel.onMotionEvent(cancelEv); in cancelGesture()
171 private void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in EdgeBackGestureHandler
180 mEdgeBackPanel.onMotionEvent(ev); in onMotionEvent()
207 mEdgeBackPanel.onMotionEvent(ev); in onMotionEvent()
DNavBarGestureHandler.java240 mSwipeUpTouchTracker.onMotionEvent(event); in onTouch()
DEdgeBackGesturePanel.java335 void onMotionEvent(MotionEvent event) { in onMotionEvent() method in EdgeBackGesturePanel
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DInputConsumer.java93 default void onMotionEvent(MotionEvent ev) { } in onMotionEvent() method
99 onMotionEvent((MotionEvent) ev); in onInputEvent()
DRecentsAnimationController.java216 mInputConsumer.onMotionEvent(dummyCancel); in disableInputProxy()
266 mInputConsumer.onMotionEvent(ev); in onInputConsumerMotionEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DSysUiOverlayInputConsumer.java65 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in SysUiOverlayInputConsumer
66 mTriggerSwipeUpTracker.onMotionEvent(ev); in onMotionEvent()
DOverviewWithoutFocusInputConsumer.java69 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
70 mTriggerSwipeUpTracker.onMotionEvent(ev); in onMotionEvent()
DAccessibilityInputConsumer.java76 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AccessibilityInputConsumer
149 mDelegate.onMotionEvent(ev); in onMotionEvent()
DOverscrollInputConsumer.java116 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverscrollInputConsumer
218 mDelegate.onMotionEvent(ev); in onMotionEvent()
DAssistantInputConsumer.java124 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AssistantInputConsumer
217 mDelegate.onMotionEvent(ev); in onMotionEvent()
DResetGestureInputConsumer.java40 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
DDelegateInputConsumer.java53 mDelegate.onMotionEvent(event); in setActive()
DScreenPinnedInputConsumer.java66 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
DOverviewInputConsumer.java77 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewInputConsumer
DDeviceLockedInputConsumer.java134 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DeviceLockedInputConsumer
DOtherActivityInputConsumer.java186 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OtherActivityInputConsumer
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackNavBarTouchController.java71 mTriggerSwipeUpTracker.onMotionEvent(ev); in onControllerTouchEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTriggerSwipeUpTouchTracker.java80 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TriggerSwipeUpTouchTracker
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java252 public void onMotionEvent(MotionEvent ev) {
533 mUncheckedConsumer.onMotionEvent(event); in onInputEvent()