Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) { in swipe() argument
110 xStep = ((double)(upX - downX)) / swipeSteps; in swipe()
114 touchDown(downX, downY, button); in swipe()
116 touchMove(downX + (int)(xStep * i), downY + (int)(yStep * i), button); in swipe()