/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | InputConsumer.java | 69 default void onMotionEvent(MotionEvent ev) { } in onMotionEvent() method 75 onMotionEvent((MotionEvent) ev); in onInputEvent()
|
D | AccessibilityInputConsumer.java | 80 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AccessibilityInputConsumer 158 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | AssistantTouchConsumer.java | 123 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AssistantTouchConsumer 222 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | ResetGestureInputConsumer.java | 39 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
|
D | DelegateInputConsumer.java | 46 mDelegate.onMotionEvent(event); in setActive()
|
D | ScreenPinnedInputConsumer.java | 71 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
|
D | OverviewInputConsumer.java | 84 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewInputConsumer
|
D | OverviewWithoutFocusInputConsumer.java | 84 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
|
D | DeviceLockedInputConsumer.java | 124 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DeviceLockedInputConsumer
|
D | OtherActivityInputConsumer.java | 173 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OtherActivityInputConsumer
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | RecentsAnimationWrapper.java | 165 mInputConsumer.onMotionEvent(dummyCancel); in disableInputProxy() 212 mInputConsumer.onMotionEvent(ev); in onInputConsumerMotionEvent()
|
D | TouchInteractionService.java | 236 public void onMotionEvent(MotionEvent ev) { 579 mUncheckedConsumer.onMotionEvent(event); in onInputEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | StylusEventHelper.java | 58 public boolean onMotionEvent(MotionEvent event) { in onMotionEvent() method in StylusEventHelper
|
D | BubbleTextView.java | 347 if (mStylusEventHelper.onMotionEvent(event)) { in onTouchEvent()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | TouchInteractionService.java | 127 public void onMotionEvent(MotionEvent ev) { }
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetCell.java | 217 if (mStylusEventHelper.onMotionEvent(ev)) { in onTouchEvent()
|
D | LauncherAppWidgetHostView.java | 172 if (mStylusEventHelper.onMotionEvent(ev)) { in onInterceptTouchEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 620 if (mStylusEventHelper.onMotionEvent(event)) { in onTouchEvent()
|