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()
85 put(attribs, Attribute.LONG_CLICKABLE, node.isLongClickable()); in UiAutomationElement()
127 return (Boolean) get(Attribute.LONG_CLICKABLE); in isLongClickable()
74 put(Attribute.LONG_CLICKABLE, view.isLongClickable()); in run()