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.java460 private MotionEvent sendTouchEvent(long downTime, int action, float x, float y) { in sendTouchEvent() method in DialogTest
490 MotionEvent touchMotionEvent = sendTouchEvent(now, MotionEvent.ACTION_DOWN, x, y); in testTouchEvent()
505 sendTouchEvent(now, MotionEvent.ACTION_UP, x, y).recycle(); in testTouchEvent()
517 touchMotionEvent = sendTouchEvent(now, MotionEvent.ACTION_DOWN, x, y); in testTouchEvent()
530 sendTouchEvent(now, MotionEvent.ACTION_UP, x, y).recycle(); in testTouchEvent()