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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java514 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE,
537 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
584 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
664 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
689 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits,
696 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
705 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
717 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
729 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
764 sendMotionEvent(even
970 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 1583 milliseconds