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

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiObject.java27 * A UiObject is a representation of a UI element. It is not in any way directly bound to a
28 * UI element as an object reference. A UiObject holds information to help it
30 * its constructor. Since a UiObject is a representative for a UI element, it can
33 public class UiObject { class
34 private static final String LOG_TAG = UiObject.class.getSimpleName();
46 * Constructs a UiObject to represent a specific UI element matched by the specified
51 public UiObject(UiSelector selector) { method in class:UiObject
87 * Creates a new UiObject representing a child UI element of the element currently represented
88 * by this UiObject.
91 * @return a new UiObject representin
[all...]

Completed in 5 milliseconds