Searched refs:sendMotionEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 382 mDispatcher.sendMotionEvent( in onGestureCancelled() 450 mDispatcher.sendMotionEvent( in handleActionDown() 572 mDispatcher.sendMotionEvent( in handleActionMoveStateTouchInteracting() 625 mDispatcher.sendMotionEvent( in handleActionMoveStateTouchExploring() 710 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 727 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 740 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 754 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 770 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() 783 mDispatcher.sendMotionEvent( in handleMotionEventStateDragging() [all …]
|
D | EventDispatcher.java | 90 void sendMotionEvent( in sendMotionEvent() method in EventDispatcher 277 sendMotionEvent( in sendDownForAllNotInjectedPointers() 304 sendMotionEvent( in sendUpForInjectedDownPointers() 404 sendMotionEvent(prototype, MotionEvent.ACTION_DOWN, rawEvent, pointerIdBits, policyFlags); in sendActionDownAndUp() 406 sendMotionEvent(prototype, MotionEvent.ACTION_UP, rawEvent, pointerIdBits, policyFlags); in sendActionDownAndUp()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 58 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event); 132 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { in sendMotionEvent() function in android::NativeInputEventSender 301 status_t status = sender->sendMotionEvent(seq, event); in nativeSendMotionEvent()
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 315 sendMotionEvent(inputSource, nextArgRequired(), Float.parseFloat(nextArgRequired()), in run() 319 private void sendMotionEvent(int inputSource, String motionEventType, float x, float y, in sendMotionEvent() method in Input.InputMotionEvent
|
/frameworks/base/services/ |
D | art-profile | 4834 HPLcom/android/server/accessibility/gestures/EventDispatcher;->sendMotionEvent(Landroid/view/Motion…
|