Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DTouchInteractionControllerTest.java233 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 DSceneContainerViewModel.kt101 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 DWindowMagnificationGestureHandler.java286 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 DFullScreenMagnificationGestureHandler.java450 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 Dsurface_control_input_receiver.cpp34 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 DTouchpadGestureHandler.kt32 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 DSwipeGestureListener.kt35 fun onMotionEvent(ev: MotionEvent): Boolean { in onMotionEvent() method
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragDetector.java79 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 DTouchInteractionController.java181 void onMotionEvent(MotionEvent event) { in onMotionEvent() method in TouchInteractionController
437 void onMotionEvent(@NonNull MotionEvent event); in onMotionEvent() method
H A DAccessibilityService.java660 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/
DSceneContainerViewModel.java145 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 Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp37 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 DASurfaceControlInputReceiverTest.java215 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 DBouncerSwipeTouchHandler.kt278 private fun onMotionEvent(event: InputEvent) { in <lambda>() method
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/
H A DInputCallback.java24 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/
DTouchpadGestureHandler.java24 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/
DResetGestureInputConsumer.java47 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ResetGestureInputConsumer
DScreenPinnedInputConsumer.java64 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in ScreenPinnedInputConsumer
DTrackpadStatusBarInputConsumer.java52 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in TrackpadStatusBarInputConsumer
DSysUiOverlayInputConsumer.java71 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in SysUiOverlayInputConsumer
DOverviewWithoutFocusInputConsumer.java68 public void onMotionEvent(MotionEvent ev) { in onMotionEvent() method in OverviewWithoutFocusInputConsumer
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/cts/util/
H A DASurfaceControlInputReceiverTestUtils.java32 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/
DSwipeGestureListener.java31 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 DEventStreamTransformation.java68 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 DNavigationEdgeBackPlugin.java52 void onMotionEvent(MotionEvent motionEvent); in onMotionEvent() method

12345678910>>...20