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

  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 35 * actions. Note that actions often update UiElement, so users are advised not
38 public interface UiElement {
123 * Gets the UiElement bounds in screen coordinates. The coordinates may not be
129 * Gets the UiElement bounds in screen coordinates. The coordinates will be
208 List<? extends UiElement> getChildren(Predicate<? super UiElement> predicate);
213 Predicate<UiElement> VISIBLE = new Predicate<UiElement>() {
215 public boolean apply(UiElement element) {
228 UiElement getParent()
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 127 milliseconds