Searched refs:CLICKABLE (Results 1 – 5 of 5) sorted by relevance
23 CLICKABLE("clickable"), enumConstant
153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode()
83 put(attribs, Attribute.CLICKABLE, node.isClickable()); in UiAutomationElement()
138 put(Attribute.CLICKABLE, view.isClickable()); in call()
108 return (Boolean) get(Attribute.CLICKABLE); in isClickable()