Searched refs:visibleBounds (Results 1 – 3 of 3) sorted by relevance
53 Rect visibleBounds; field in ViewElement.AttributesSnapshot87 this.visibleBounds = getVisibleBounds(); in call()91 this.visible = view.isShown() && !visibleBounds.isEmpty(); in call()149 Rect visibleBounds = new Rect(); in getVisibleBounds() local150 if (!view.isShown() || !view.getGlobalVisibleRect(visibleBounds)) { in getVisibleBounds()151 visibleBounds.setEmpty(); in getVisibleBounds()161 visibleBounds.offset(windowLeft, windowTop); in getVisibleBounds()162 return visibleBounds; in getVisibleBounds()209 private final Rect visibleBounds; field in ViewElement227 this.visibleBounds = attributesSnapshot.visibleBounds; in ViewElement()[all …]
58 private final Rect visibleBounds; field in UiAutomationElement101 visibleBounds = getVisibleBounds(node); in UiAutomationElement()139 Rect visibleBounds = getBounds(); in getVisibleBounds() local144 visibleBounds.intersect(parentBounds); in getVisibleBounds()147 return visibleBounds; in getVisibleBounds()152 return visibleBounds; in getVisibleBounds()
56 Rect visibleBounds = container.getVisibleBounds(); in scroll() local57 if (visibleBounds.contains(sentinel.getBounds())) { in scroll()