Searched refs:FOCUSABLE (Results 1 – 5 of 5) sorted by relevance
26 FOCUSABLE("focusable"), enumConstant
155 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable()); in buildDomNode()
85 put(attribs, Attribute.FOCUSABLE, node.isFocusable()); in UiAutomationElement()
140 put(Attribute.FOCUSABLE, view.isFocusable()); in call()
118 return (Boolean) get(Attribute.FOCUSABLE); in isFocusable()