Searched refs:sendMotionEvent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 506 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, in handleMotionEventStateTouchExploring() 529 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, in handleMotionEventStateTouchExploring() 576 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits, in handleMotionEventStateTouchExploring() 656 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 681 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits, in handleMotionEventStateDragging() 688 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 697 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 709 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 721 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 756 sendMotionEvent(event, event.getAction(), ALL_POINTER_ID_BITS, policyFlags); in handleMotionEventStateDelegating() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 58 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event); 128 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { in sendMotionEvent() function in android::NativeInputEventSender 284 status_t status = sender->sendMotionEvent(seq, event); in nativeSendMotionEvent()
|