Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java201 success &= touchUp(x, y); in clickNoSync()
246 success &= touchUp(x, y); in longTapNoSync()
271 boolean touchUp(int x, int y) { in touchUp() method in InteractionController
368 ret &= touchUp(upX, upY); in swipe()
414 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y); in swipe()