Searched refs:CHECKABLE (Results 1 – 5 of 5) sorted by relevance
20 CHECKABLE("checkable"), enumConstant
151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable()); in buildDomNode()
81 put(attribs, Attribute.CHECKABLE, node.isCheckable()); in UiAutomationElement()
136 put(Attribute.CHECKABLE, view instanceof Checkable); in call()
98 return (Boolean) get(Attribute.CHECKABLE); in isCheckable()