Searched refs:LONG_CLICKABLE (Results 1 - 5 of 5) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DAttribute.java28 LONG_CLICKABLE("long-clickable"), enum constant in enum:Attribute
H A DByXPath.java158 setAttribute(element, Attribute.LONG_CLICKABLE, uiElement.isLongClickable());
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DBaseUiElement.java127 return (Boolean) get(Attribute.LONG_CLICKABLE);
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationElement.java85 put(attribs, Attribute.LONG_CLICKABLE, node.isLongClickable());
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DViewElement.java74 put(Attribute.LONG_CLICKABLE, view.isLongClickable());

Completed in 92 milliseconds