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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java23 * UiScrollable is a {@link UiCollection} and provides support for searching
28 public class UiScrollable extends UiCollection { class in inherits:UiCollection
29 private static final String LOG_TAG = UiScrollable.class.getSimpleName();
54 public UiScrollable(UiSelector container) { method in class:UiScrollable
65 public UiScrollable setAsVerticalList() {
76 public UiScrollable setAsHorizontalList() {
348 public UiScrollable setMaxSearchSwipes(int swipes) {
660 public UiScrollable setSwipeDeadZonePercentage(double swipeDeadZonePercentage) {

Completed in 39 milliseconds