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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java28 * A UiObject is a representation of a view. It is not in any way directly bound to a
29 * view as an object reference. A UiObject contains information to help it
31 * its constructor. Once you create an instance of a UiObject, it can
35 public class UiObject { class
36 private static final String LOG_TAG = UiObject.class.getSimpleName();
72 * Constructs a UiObject to represent a view that matches the specified
77 public UiObject(UiSelector selector) { method in class:UiObject
114 * Creates a new UiObject for a child view that is under the present UiObject.
117 * @return a new UiObject representin
[all...]
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiObject.java28 * A UiObject is a representation of a view. It is not in any way directly bound to a
29 * view as an object reference. A UiObject contains information to help it
31 * its constructor. Once you create an instance of a UiObject, it can
35 public class UiObject { class
36 private static final String LOG_TAG = UiObject.class.getSimpleName();
72 * Constructs a UiObject to represent a view that matches the specified
77 public UiObject(UiSelector selector) { method in class:UiObject
114 * Creates a new UiObject for a child view that is under the present UiObject.
117 * @return a new UiObject representin
[all...]

Completed in 220 milliseconds