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.java502 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent() local
504 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
506 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
509 touchMotionEvent.recycle(); in testTouchEvent()
522 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
524 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
526 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
528 touchMotionEvent.recycle(); in testTouchEvent()