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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java517 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE,
544 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
588 sendMotionEvent(event, MotionEvent.ACTION_DOWN, pointerIdBits,
677 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
712 sendMotionEvent(event, MotionEvent.ACTION_MOVE, pointerIdBits,
719 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
728 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits,
740 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
752 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
925 sendMotionEvent(prototyp
1051 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, method in class:TouchExplorer
[all...]

Completed in 27 milliseconds