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.java484 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent() local
486 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
488 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
491 touchMotionEvent.recycle(); in testTouchEvent()
499 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
501 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent()
503 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
505 touchMotionEvent.recycle(); in testTouchEvent()