/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/inputconsumers/ |
D | NavHandleLongPressInputConsumerTest.java | 138 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_DOWN)); in testDelegateDisallowsTouchIntercept() 140 verify(mDelegate).onMotionEvent(any()); in testDelegateDisallowsTouchIntercept() 152 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_DOWN)); in testDelegateDisallowsTouchInterceptAfterTouchDown() 156 verify(mDelegate).onMotionEvent(any()); in testDelegateDisallowsTouchInterceptAfterTouchDown() 162 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_MOVE)); in testDelegateDisallowsTouchInterceptAfterTouchDown() 165 verify(mDelegate, times(2)).onMotionEvent(any()); in testDelegateDisallowsTouchInterceptAfterTouchDown() 177 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_DOWN)); in testLongPressTriggered() 188 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_UP)); in testLongPressTriggered() 194 mUnderTest.onMotionEvent(generateCenteredMotionEvent(ACTION_DOWN)); in testLongPressTriggeredWithSlightVerticalMovement() 195 mUnderTest.onMotionEvent(generateCenteredMotionEventWithYOffset(ACTION_MOVE, 1)); in testLongPressTriggeredWithSlightVerticalMovement() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | EdgeBackGestureHandler.java | 144 onMotionEvent(motionEvent); in onTouch() 175 mEdgeBackPanel.onMotionEvent(cancelEv); in cancelGesture() 179 private void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in EdgeBackGestureHandler 188 mEdgeBackPanel.onMotionEvent(ev); in onMotionEvent() 217 mEdgeBackPanel.onMotionEvent(ev); in onMotionEvent()
|
D | NavBarGestureHandler.java | 141 mSwipeUpTouchTracker.onMotionEvent(event); in onTouch()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | TrackpadStatusBarInputConsumer.java | 55 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TrackpadStatusBarInputConsumer 57 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | SysUiOverlayInputConsumer.java | 80 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in SysUiOverlayInputConsumer 81 mTriggerSwipeUpTracker.onMotionEvent(ev); in onMotionEvent()
|
D | OverviewWithoutFocusInputConsumer.java | 75 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer 76 mTriggerSwipeUpTracker.onMotionEvent(ev); in onMotionEvent()
|
D | AccessibilityInputConsumer.java | 83 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AccessibilityInputConsumer 156 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | OneHandedModeInputConsumer.java | 87 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OneHandedModeInputConsumer 142 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | ResetGestureInputConsumer.kt | 34 override fun onMotionEvent(ev: MotionEvent) { in getType() method in com.android.quickstep.inputconsumers.ResetGestureInputConsumer
|
D | AssistantInputConsumer.java | 124 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in AssistantInputConsumer 223 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | NavHandleLongPressInputConsumer.java | 136 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in NavHandleLongPressInputConsumer 148 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | ScreenPinnedInputConsumer.java | 72 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
|
D | DelegateInputConsumer.java | 78 mDelegate.onMotionEvent(event); in setActive()
|
D | TaskbarUnstashInputConsumer.java | 138 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TaskbarUnstashInputConsumer 214 mDelegate.onMotionEvent(ev); in onMotionEvent()
|
D | OverviewInputConsumer.java | 94 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewInputConsumer
|
D | BubbleBarInputConsumer.java | 93 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in BubbleBarInputConsumer
|
D | ProgressDelegateInputConsumer.java | 129 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ProgressDelegateInputConsumer
|
D | DeviceLockedInputConsumer.java | 149 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DeviceLockedInputConsumer
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | InputConsumer.java | 122 default void onMotionEvent(MotionEvent ev) { } 130 onMotionEvent((MotionEvent) ev);
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarDisplayAreaTouchHandler.java | 97 private void onMotionEvent(MotionEvent event) { in onMotionEvent() method in CarDisplayAreaTouchHandler 163 onMotionEvent((MotionEvent) ev); in onInputEvent()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackNavBarTouchController.java | 71 mTriggerSwipeUpTracker.onMotionEvent(ev); in onControllerTouchEvent()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarInputService.java | 145 void onMotionEvent(MotionEvent event); in onMotionEvent() method 544 public void onMotionEvent(MotionEvent event, @DisplayTypeEnum int targetDisplayType, in onMotionEvent() method in CarInputService 552 mDefaultMotionHandler.onMotionEvent(event); in onMotionEvent() 762 onMotionEvent(event, targetDisplayType, seat); in injectMotionEventForSeat()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | TriggerSwipeUpTouchTracker.java | 83 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TriggerSwipeUpTouchTracker
|
D | InputConsumerProxy.java | 133 mInputConsumer.onMotionEvent(ev); in onInputConsumerMotionEvent()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarInputServiceTest.java | 1278 mCarInputService.onMotionEvent(event, CarOccupantZoneManager.DISPLAY_TYPE_MAIN, in onMotionEvent_injectsMotionEventToDriverSeat() 1281 verify(mDefaultMotionEventMainListener).onMotionEvent(same(event)); in onMotionEvent_injectsMotionEventToDriverSeat() 1297 mCarInputService.onMotionEvent(event, CarOccupantZoneManager.DISPLAY_TYPE_MAIN, in onMotionEvent_injectsMotionEventToPassengerSeat() 1300 verify(mDefaultMotionEventMainListener).onMotionEvent(same(event)); in onMotionEvent_injectsMotionEventToPassengerSeat() 1317 () -> mCarInputService.onMotionEvent(event, in onMotionEvent_unknownSeat_throwsException() 1381 verify(mDefaultMotionEventMainListener).onMotionEvent(event); in injectMotionEventForDriver_delegatesToOnKeyEvent()
|