Searched refs:UiCollection (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiCollection.java26 public class UiCollection extends UiObject { class in inherits:UiObject
34 public UiCollection(UiSelector selector) { method in class:UiCollection
39 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
74 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
96 * Searches for child UI element within the constraints of this UiCollection {@link UiSelector}
139 * @return the number of matched childPattern under the current {@link UiCollection}
H A DUiScrollable.java23 * UiScrollable is a {@link UiCollection} and provides support for searching
31 public class UiScrollable extends UiCollection {

Completed in 85 milliseconds