Home
last modified time | relevance | path

Searched refs:touchMotionEvent (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DDialogTest.java386 MotionEvent touchMotionEvent = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, in testTouchEvent() local
388 mInstrumentation.sendPointerSync(touchMotionEvent); in testTouchEvent()
396 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
399 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
409 touchMotionEvent = MotionEvent.obtain(now, now + 1, MotionEvent.ACTION_DOWN, in testTouchEvent()
411 mInstrumentation.sendPointerSync(touchMotionEvent); in testTouchEvent()
419 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
422 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()