Searched refs:isScrollable (Results 1 – 10 of 10) sorted by relevance
14 isScrollable() { method in View
112 d3.select("#middle").classed("scrollable", view.isScrollable());
279 isScrollable() { method in TextView
45 if (!element.isScrollable()) { in perform()
144 put(Attribute.SCROLLABLE, isScrollable()); in call()197 private boolean isScrollable() { in isScrollable() method in ViewElement.AttributesSnapshot
115 boolean isScrollable(); in isScrollable() method
50 return parent != null && parent.isScrollable(); in isTopLevelScrollItem()
89 put(attribs, Attribute.SCROLLABLE, node.isScrollable()); in UiAutomationElement()
157 setAttribute(element, Attribute.SCROLLABLE, uiElement.isScrollable()); in buildDomNode()
127 public boolean isScrollable() { in isScrollable() method in BaseUiElement