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

  /cts/tests/tests/view/src/android/view/cts/
PointerCaptureTest.java 130 private void injectMotionEvent(MotionEvent event) {
141 injectMotionEvent(obtainRelativeMouseEvent(action, x, y));
163 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mInner, 0, 0));
164 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget, 0, 0));
165 injectMotionEvent(obtainMouseEvent(MotionEvent.ACTION_HOVER_MOVE, mTarget2, 0, 0));
TooltipTest.java 182 private void injectMotionEvent(MotionEvent event) {
187 injectMotionEvent(obtainMotionEvent(
529 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_DOWN, 0, 0));
530 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_PRESS, 0, 0));
531 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_BUTTON_RELEASE, 0, 0));
532 injectMotionEvent(obtainMouseEvent(mTooltipView, MotionEvent.ACTION_UP, 0, 0));
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
LocalUiController.java 35 public boolean injectMotionEvent(MotionEvent event) throws InjectEventSecurityException {

Completed in 209 milliseconds