Searched refs:getVisibleBounds (Results 1 – 8 of 8) sorted by relevance
57 Rect elementRect = element.getVisibleBounds(); in perform()73 Rect elementRect = element.getVisibleBounds(); in perform()
145 Rect elementRect = element.getVisibleBounds(); in perform()
78 public Rect getVisibleBounds() { in getVisibleBounds() method in ViewElement156 this.visibleBounds = getVisibleBounds(); in call()215 private Rect getVisibleBounds() { in getVisibleBounds() method in ViewElement.AttributesSnapshot
56 Rect visibleBounds = container.getVisibleBounds(); in scroll()
173 } else if (!uiElement.getVisibleBounds().equals(uiElement.getBounds())) { in buildDomNode()174 element.setAttribute(BaseUiElement.ATTRIB_VISIBLE_BOUNDS, uiElement.getVisibleBounds() in buildDomNode()
132 Rect getVisibleBounds(); in getVisibleBounds() method
289 } else if (!getVisibleBounds().equals(getBounds())) { in toString()290 toStringHelper.add(ATTRIB_VISIBLE_BOUNDS, getVisibleBounds().toShortString()); in toString()
151 public Rect getVisibleBounds() { in getVisibleBounds() method in UiAutomationElement