Searched refs:LONG_CLICKABLE (Results 1 – 5 of 5) sorted by relevance
28 LONG_CLICKABLE("long-clickable"), enumConstant
158 setAttribute(element, Attribute.LONG_CLICKABLE, uiElement.isLongClickable()); in buildDomNode()
87 put(attribs, Attribute.LONG_CLICKABLE, node.isLongClickable()); in UiAutomationElement()
142 put(Attribute.LONG_CLICKABLE, view.isLongClickable()); in call()
133 return (Boolean) get(Attribute.LONG_CLICKABLE); in isLongClickable()