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.java483 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent() local
485 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
487 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
490 touchMotionEvent.recycle(); in testTouchEvent()
498 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
500 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
502 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
504 touchMotionEvent.recycle(); in testTouchEvent()