Home
last modified time | relevance | path

Searched refs:CLICKABLE (Results 1 – 5 of 5) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/finders/
DAttribute.java23 CLICKABLE("clickable"), enumConstant
DByXPath.java153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode()
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
DUiAutomationElement.java81 put(attribs, Attribute.CLICKABLE, node.isClickable()); in UiAutomationElement()
/external/droiddriver/src/com/google/android/droiddriver/base/
DBaseUiElement.java102 return (Boolean) get(Attribute.CLICKABLE); in isClickable()
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java70 put(Attribute.CLICKABLE, view.isClickable()); in run()