Searched refs:FOCUSED (Results 1 – 5 of 5) sorted by relevance
27 FOCUSED("focused"), enumConstant
156 setAttribute(element, Attribute.FOCUSED, uiElement.isFocused()); in buildDomNode()
86 put(attribs, Attribute.FOCUSED, node.isFocused()); in UiAutomationElement()
141 put(Attribute.FOCUSED, view.isFocused()); in call()
123 return (Boolean) get(Attribute.FOCUSED); in isFocused()