Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDialogTest.java445 private MotionEvent sendTouchEvent(long downTime, int action, float x, float y) { in sendTouchEvent() method in DialogTest
482 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent()
483 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
497 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent()
498 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()