HomeSort by relevance Sort by last modified time
    Searched defs:UiObject (Results 1 - 4 of 4) sorted by null

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 28 * 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 {
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) {
114 * Creates a new UiObject for a child view that is under the present UiObject.
117 * @return a new UiObject representing the child vie
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 

Completed in 37 milliseconds