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

/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp59 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event);
129 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) { function in class:android::NativeInputEventSender
287 status_t status = sender->sendMotionEvent(seq, event);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java490 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags);
563 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
603 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
679 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
707 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits,
714 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
723 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
735 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
747 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
779 sendMotionEvent(even
933 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, method in class:TouchExplorer
[all...]

Completed in 112 milliseconds