HomeSort by relevance Sort by last modified time
    Searched refs:sendMotionEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 482 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags);
555 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
595 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
671 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
699 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits,
706 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
715 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
727 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 59 status_t sendMotionEvent(uint32_t seq, const MotionEvent* event);
129 status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent* event) {
287 status_t status = sender->sendMotionEvent(seq, event);

Completed in 151 milliseconds