Home
last modified time | relevance | path

Searched defs:maxSwipes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiScrollable.java541 public boolean scrollToBeginning(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToBeginning()
563 public boolean scrollToBeginning(int maxSwipes) throws UiObjectNotFoundException { in scrollToBeginning()
578 public boolean flingToBeginning(int maxSwipes) throws UiObjectNotFoundException { in flingToBeginning()
593 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToEnd()
614 public boolean scrollToEnd(int maxSwipes) throws UiObjectNotFoundException { in scrollToEnd()
629 public boolean flingToEnd(int maxSwipes) throws UiObjectNotFoundException { in flingToEnd()