Searched refs:isScrollable (Results 1 – 11 of 11) sorted by relevance
18 isScrollable(): boolean { method in View
78 document.getElementById("middle").classList.toggle("scrollable", view.isScrollable());
274 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()
387 protected boolean isScrollable() { in isScrollable() method in ShadowAccessibilityNodeInfo541 protected void setScrollable(boolean isScrollable) { in setScrollable() argument542 propertyFlags = (propertyFlags & ~SCROLLABLE_MASK) | (isScrollable ? SCROLLABLE_MASK : 0); in setScrollable()
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