Searched refs:sendTouchEvent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DialogTest.java | 467 private MotionEvent sendTouchEvent(long downTime, int action, float x, float y) { in sendTouchEvent() method in DialogTest 501 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent() 502 MotionEvent touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent() 521 sendTouchEvent(downTime, MotionEvent.ACTION_DOWN, x, y).recycle(); in testTouchEvent() 522 touchMotionEvent = sendTouchEvent(downTime, MotionEvent.ACTION_UP, x, y); in testTouchEvent()
|