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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java538 public boolean scrollToBeginning(int maxSwipes, int steps) throws UiObjectNotFoundException { argument
539 Tracer.trace(maxSwipes, steps);
542 for(int x = 0; x < maxSwipes; x++) {
556 * @param maxSwipes
560 public boolean scrollToBeginning(int maxSwipes) throws UiObjectNotFoundException { argument
561 Tracer.trace(maxSwipes);
562 return scrollToBeginning(maxSwipes, SCROLL_STEPS);
571 * @param maxSwipes
575 public boolean flingToBeginning(int maxSwipes) throws UiObjectNotFoundException { argument
576 Tracer.trace(maxSwipes);
590 scrollToEnd(int maxSwipes, int steps) argument
611 scrollToEnd(int maxSwipes) argument
626 flingToEnd(int maxSwipes) argument
[all...]

Completed in 44 milliseconds