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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java23 * UiScrollable is a {@link UiCollection} and provides support for searching
31 public class UiScrollable extends UiCollection { class in inherits:UiCollection
32 private static final String LOG_TAG = UiScrollable.class.getSimpleName();
57 public UiScrollable(UiSelector container) { method in class:UiScrollable
68 public UiScrollable setAsVerticalList() {
79 public UiScrollable setAsHorizontalList() {
351 public UiScrollable setMaxSearchSwipes(int swipes) {
663 public UiScrollable setSwipeDeadZonePercentage(double swipeDeadZonePercentage) {

Completed in 260 milliseconds