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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java506 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE,
529 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
576 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
656 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
681 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits,
688 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
697 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
709 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
721 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
756 sendMotionEvent(even
958 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, method in class:TouchExplorer
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp58 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event);
128 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { function in class:android::NativeInputEventSender
284 status_t status = sender->sendMotionEvent(seq, event);

Completed in 58 milliseconds