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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java590 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { method in class:UiScrollable
611 public boolean scrollToEnd(int maxSwipes) throws UiObjectNotFoundException { method in class:UiScrollable
613 return scrollToEnd(maxSwipes, SCROLL_STEPS);
628 return scrollToEnd(maxSwipes, FLING_STEPS);
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiScrollable.java590 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { method in class:UiScrollable
611 public boolean scrollToEnd(int maxSwipes) throws UiObjectNotFoundException { method in class:UiScrollable
613 return scrollToEnd(maxSwipes, SCROLL_STEPS);
628 return scrollToEnd(maxSwipes, FLING_STEPS);

Completed in 317 milliseconds