Searched defs:steps (Results 1 – 4 of 4) sorted by relevance
| /test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/ |
| D | UiObject.java | 193 public boolean dragTo(@NonNull UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo() 214 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() 237 public boolean swipeUp(int steps) throws UiObjectNotFoundException { in swipeUp() 269 public boolean swipeDown(int steps) throws UiObjectNotFoundException { in swipeDown() 301 public boolean swipeLeft(int steps) throws UiObjectNotFoundException { in swipeLeft() 332 public boolean swipeRight(int steps) throws UiObjectNotFoundException { in swipeRight() 862 public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { in pinchOut() 900 public boolean pinchIn(int percent, int steps) throws UiObjectNotFoundException { in pinchIn() 939 @NonNull Point endPoint1, @NonNull Point endPoint2, int steps) { in performTwoPointerGesture()
|
| D | UiScrollable.java | 341 public boolean scrollForward(int steps) throws UiObjectNotFoundException { in scrollForward() 415 public boolean scrollBackward(int steps) throws UiObjectNotFoundException { in scrollBackward() 461 public boolean scrollToBeginning(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToBeginning() 507 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToEnd()
|
| D | InteractionController.java | 295 final int steps) { in scrollSwipe() 324 public boolean swipe(int downX, int downY, int upX, int upY, int steps) { in swipe() 338 public boolean swipe(int downX, int downY, int upX, int upY, int steps, boolean drag) { in swipe()
|
| D | UiDevice.java | 637 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { in swipe() 658 public boolean drag(int startX, int startY, int endX, int endY, int steps) { in drag()
|