Searched refs:sendMotionEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 471 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags); in onGestureCancelled() 544 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, in handleMotionEventStateTouchExploring() 584 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits, in handleMotionEventStateTouchExploring() 662 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 690 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits, in handleMotionEventStateDragging() 697 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 706 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 718 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 730 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 764 sendMotionEvent(event, event.getAction(), ALL_POINTER_ID_BITS, policyFlags); in handleMotionEventStateDelegating() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 61 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event); 131 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { in sendMotionEvent() function in android::NativeInputEventSender 290 status_t status = sender->sendMotionEvent(seq, event); in nativeSendMotionEvent()
|