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

/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java35 * actions. Note that actions often update UiElement, so users are advised not
38 public interface UiElement { interface
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 getParen
[all...]

Completed in 94 milliseconds