Searched defs:downX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java339 * @param downX
346 public boolean scrollSwipe(final int downX, final int downY, final int upX, final int upY, argument
348 Log.d(LOG_TAG, "scrollSwipe (" + downX + ", " + downY + ", " + upX + ", "
354 swipe(downX, downY, upX, upY, steps);
382 if (downX == upX) {
415 * @param downX
422 public boolean swipe(int downX, int downY, int upX, int upY, int steps) { argument
423 return swipe(downX, downY, upX, upY, steps, false /*drag*/);
428 * @param downX
436 public boolean swipe(int downX, in argument
[all...]

Completed in 9 milliseconds