Lines Matching refs:sendMotionEvent

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);
739 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
771 sendMotionEvent(event, event.getAction(), ALL_POINTER_ID_BITS, policyFlags);
781 sendMotionEvent(event, event.getAction(), ALL_POINTER_ID_BITS, policyFlags);
839 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
857 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags);
872 sendMotionEvent(event, MotionEvent.ACTION_HOVER_ENTER, pointerIdBits, policyFlags);
895 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
912 sendMotionEvent(prototype, MotionEvent.ACTION_DOWN, pointerIdBits, policyFlags);
914 sendMotionEvent(prototype, MotionEvent.ACTION_UP, pointerIdBits, policyFlags);
925 private void sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits,
1189 sendMotionEvent(mEvents.get(0), MotionEvent.ACTION_HOVER_ENTER,
1199 sendMotionEvent(mEvents.get(i), MotionEvent.ACTION_HOVER_MOVE,
1259 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,