/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | TouchInteractionControllerTest.java | 233 public void onMotionEvent(MotionEvent event) { in testSingleTap_initiatesTouchExploration() method 254 public void onMotionEvent(MotionEvent event) { in testInterruptedSwipe_generatesConsistentEventStream() method 284 public void onMotionEvent(MotionEvent event) { in testTwoFingerDrag_sendsTouchEvents() method 319 public void onMotionEvent(MotionEvent event) { in testTwoFingersMovingIndependently_shouldDelegate() method 386 public void onMotionEvent(MotionEvent event) { in testPerformLongClick_sendsMotionEvents() method 404 public void onMotionEvent(MotionEvent event) { in testPerformLongClick_sendsMotionEvents() method 439 public void onMotionEvent(MotionEvent event) { in testRebuildInputFilter_shouldRetainState() method 483 public void onMotionEvent(MotionEvent event) {} in onMotionEvent() method in TouchInteractionControllerTest.BaseCallback
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/ |
H A D | SceneContainerViewModel.kt | 101 override fun onMotionEvent(motionEvent: MotionEvent) { in <lambda>() method 143 fun onMotionEvent(event: MotionEvent) { in <lambda>() method 296 fun onMotionEvent(motionEvent: MotionEvent) in <lambda>() method
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationGestureHandler.java | 286 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags); in onMotionEvent() method 348 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in WindowMagnificationGestureHandler.PanningScalingGestureState 379 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in WindowMagnificationGestureHandler.DelegatingState 409 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in WindowMagnificationGestureHandler.ViewportDraggingState 527 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in WindowMagnificationGestureHandler.DetectingState
|
H A D | FullScreenMagnificationGestureHandler.java | 450 void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) in onMotionEvent() method 512 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in FullScreenMagnificationGestureHandler.PanningScalingState 689 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) in onMotionEvent() method in FullScreenMagnificationGestureHandler.ViewportDraggingState 807 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in FullScreenMagnificationGestureHandler.DelegatingState 912 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in FullScreenMagnificationGestureHandler.DetectingState 1856 public void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method in FullScreenMagnificationGestureHandler.SinglePanningState
|
/aosp_15_r20/frameworks/base/native/android/ |
H A D | surface_control_input_receiver.cpp | 34 AInputReceiver_onMotionEvent onMotionEvent = nullptr; member 62 void onMotionEvent(std::unique_ptr<MotionEvent> event, uint32_t seq) override { in onMotionEvent() function in InputReceiver 202 AInputReceiver_onMotionEvent onMotionEvent) { in AInputReceiverCallbacks_setMotionEventCallback()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/gesture/ |
H A D | TouchpadGestureHandler.kt | 32 fun onMotionEvent(event: MotionEvent): Boolean { in onMotionEvent() method in com.android.systemui.touchpad.tutorial.ui.gesture.TouchpadGestureHandler
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/ |
H A D | SwipeGestureListener.kt | 35 fun onMotionEvent(ev: MotionEvent): Boolean { in onMotionEvent() method
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragDetector.java | 79 public boolean onMotionEvent(MotionEvent ev) { in onMotionEvent() method in DragDetector 89 public boolean onMotionEvent(View v, MotionEvent ev) { in onMotionEvent() method in DragDetector
|
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/ |
H A D | TouchInteractionController.java | 181 void onMotionEvent(MotionEvent event) { in onMotionEvent() method in TouchInteractionController 437 void onMotionEvent(@NonNull MotionEvent event); in onMotionEvent() method
|
H A D | AccessibilityService.java | 660 void onMotionEvent(MotionEvent event); in onMotionEvent() method 1048 public void onMotionEvent(@NonNull MotionEvent event) { } in onMotionEvent() method in AccessibilityService 2845 public void onMotionEvent(MotionEvent event) { in onBind() method in AccessibilityService
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/scene/ui/viewmodel/ |
D | SceneContainerViewModel.java | 145 public final void onMotionEvent(@org.jetbrains.annotations.NotNull() in onMotionEvent() method in SceneContainerViewModel 242 public abstract void onMotionEvent(@org.jetbrains.annotations.NotNull() in onMotionEvent() method
|
/aosp_15_r20/cts/tests/surfacecontrol/jni/ |
H A D | android_window_cts_ASurfaceControlInputReceiverTest.cpp | 37 jmethodID onMotionEvent; member 59 bool onMotionEvent(AInputEvent* inputEvent) { in onMotionEvent() function in __anon1c4d0afa0111::InputReceiverCallbackWrapper
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | ASurfaceControlInputReceiverTest.java | 215 public boolean onMotionEvent(MotionEvent motionEvent) { in testTransferGestureFromHostToEmbedded() method 297 public boolean onMotionEvent(MotionEvent motionEvent) { in testTransferGestureFromEmbeddedToHost() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
H A D | BouncerSwipeTouchHandler.kt | 278 private fun onMotionEvent(event: InputEvent) { in <lambda>() method
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/ |
H A D | InputCallback.java | 24 void onMotionEvent(MotionEvent ev); in onMotionEvent() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/touchpad/tutorial/ui/gesture/ |
D | TouchpadGestureHandler.java | 24 public final boolean onMotionEvent(@org.jetbrains.annotations.NotNull() in onMotionEvent() method in TouchpadGestureHandler
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | ResetGestureInputConsumer.java | 47 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
|
D | ScreenPinnedInputConsumer.java | 64 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
|
D | TrackpadStatusBarInputConsumer.java | 52 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TrackpadStatusBarInputConsumer
|
D | SysUiOverlayInputConsumer.java | 71 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in SysUiOverlayInputConsumer
|
D | OverviewWithoutFocusInputConsumer.java | 68 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/cts/util/ |
H A D | ASurfaceControlInputReceiverTestUtils.java | 32 boolean onMotionEvent(MotionEvent motionEvent); in onMotionEvent() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/ui/ |
D | SwipeGestureListener.java | 31 public final boolean onMotionEvent(@org.jetbrains.annotations.NotNull() in onMotionEvent() method in SwipeGestureListener
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | EventStreamTransformation.java | 68 default void onMotionEvent(MotionEvent event, MotionEvent rawEvent, int policyFlags) { in onMotionEvent() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | NavigationEdgeBackPlugin.java | 52 void onMotionEvent(MotionEvent motionEvent); in onMotionEvent() method
|