Home
last modified time | relevance | path

Searched refs:sendMotionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java506 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/
Dandroid_view_InputEventSender.cpp58 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()