HomeSort by relevance Sort by last modified time
    Searched refs:CLICKABLE (Results 1 - 6 of 6) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java 23 CLICKABLE("clickable"),
28 LONG_CLICKABLE("long-clickable"),
ByXPath.java 153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable());
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiElement.java 102 return (Boolean) get(Attribute.CLICKABLE);
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java 81 put(attribs, Attribute.CLICKABLE, node.isClickable());
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 70 put(Attribute.CLICKABLE, view.isClickable());
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 267 milliseconds