HomeSort by relevance Sort by last modified time
    Searched full:touchmotionevent (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 372 MotionEvent touchMotionEvent = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN,
374 mInstrumentation.sendPointerSync(touchMotionEvent);
382 assertMotionEventEquals(touchMotionEvent, d.touchEvent);
385 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent);
393 touchMotionEvent = MotionEvent.obtain(now, now + 1, MotionEvent.ACTION_DOWN,
395 mInstrumentation.sendPointerSync(touchMotionEvent);
403 assertMotionEventEquals(touchMotionEvent, d.touchEvent);
406 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent);
    [all...]

Completed in 693 milliseconds