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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java454 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { method in class:UiScrollable
465 * See {@link UiScrollable#scrollToEnd(int, int)
470 public boolean scrollToEnd(int maxSwipes) throws UiObjectNotFoundException { method in class:UiScrollable
471 return scrollToEnd(maxSwipes, SCROLL_STEPS);
475 * See {@link UiScrollable#scrollToEnd(int, int)}
481 return scrollToEnd(maxSwipes, FLING_STEPS);

Completed in 47 milliseconds