Searched refs:touchMotionEvent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/app/src/android/app/cts/ |
D | DialogTest.java | 379 MotionEvent touchMotionEvent = MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, in testTouchEvent() local 381 mInstrumentation.sendPointerSync(touchMotionEvent); in testTouchEvent() 389 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent() 392 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent() 402 touchMotionEvent = MotionEvent.obtain(now, now + 1, MotionEvent.ACTION_DOWN, in testTouchEvent() 404 mInstrumentation.sendPointerSync(touchMotionEvent); in testTouchEvent() 412 assertMotionEventEquals(touchMotionEvent, d.touchEvent); in testTouchEvent() 415 assertMotionEventEquals(touchMotionEvent, d.onTouchEvent); in testTouchEvent()
|