Searched refs:sendMotionEvent (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | TouchExplorer.java | 462 mDispatcher.sendMotionEvent( in onGestureCancelled() 539 mDispatcher.sendMotionEvent( in handleActionDown() 799 mDispatcher.sendMotionEvent( in handleActionMoveStateTouchExploring() 890 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 938 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 946 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 974 mDispatcher.sendMotionEvent( in handleMotionEventStateDelegating() 985 mDispatcher.sendMotionEvent( in handleMotionEventStateDelegating() 1018 mDispatcher.sendMotionEvent( in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 1037 mDispatcher.sendMotionEvent( in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() [all …]
|
H A D | EventDispatcher.java | 90 void sendMotionEvent( in sendMotionEvent() method in EventDispatcher 278 sendMotionEvent( in sendDownForAllNotInjectedPointers() 308 sendMotionEvent( in sendDownForAllNotInjectedPointersWithOriginalDown() 378 sendMotionEvent( in sendUpForInjectedDownPointers() 478 sendMotionEvent(prototype, MotionEvent.ACTION_DOWN, rawEvent, pointerIdBits, policyFlags); in sendActionDownAndUp() 480 sendMotionEvent(prototype, MotionEvent.ACTION_UP, rawEvent, pointerIdBits, policyFlags); in sendActionDownAndUp()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputEventSender.cpp | 61 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event); 138 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { in sendMotionEvent() function in android::NativeInputEventSender 354 status_t status = sender->sendMotionEvent(seq, event); in nativeSendMotionEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputShellCommand.java | 452 sendMotionEvent(inputSource, action, x, y, displayId); in runMotionEvent() 455 private void sendMotionEvent(int inputSource, int action, float x, float y, in sendMotionEvent() method in InputShellCommand
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 4510 HPLcom/android/server/accessibility/gestures/EventDispatcher;->sendMotionEvent(Landroid/view/Motion…
|