Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java116 touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i), button); in swipe()
140 private boolean touchMove(int x, int y, int button) { in touchMove() method in GestureBot