Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DInteractionController.java278 private boolean touchMove(int x, int y) { in touchMove() method in InteractionController
356 ret &= touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i)); in swipe()
401 ret &= touchMove(segments[seg].x + (int)(xStep * i), in swipe()