Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java198 boolean success = touchDown(x, y); in clickNoSync()
243 boolean success = touchDown(x, y); in longTapNoSync()
265 boolean touchDown(int x, int y) { in touchDown() method in InteractionController
351 ret = touchDown(downX, downY); in swipe()
392 ret = touchDown(segments[0].x, segments[0].y); in swipe()