Searched refs:isClickable (Results 1 – 12 of 12) sorted by relevance
410 assertFalse(view.isClickable()); in testClickable()413 assertTrue(view.isClickable()); in testClickable()416 assertFalse(view.isClickable()); in testClickable()425 assertFalse(defaultView.isClickable()); in testClickableWhenLoadedFromXml()428 assertFalse(clickableFalseView.isClickable()); in testClickableWhenLoadedFromXml()431 assertTrue(clickableTrueView.isClickable()); in testClickableWhenLoadedFromXml()
72 if (!element.isClickable()) { in perform()
85 boolean isClickable(); in isClickable() method
61 if (element.isFocusable() || element.isClickable() || element.isLongClickable()) { in isActionableForAccessibility()
83 put(attribs, Attribute.CLICKABLE, node.isClickable()); in UiAutomationElement()
153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode()
69 put(Attribute.CLICKABLE, view.isClickable()); in call()
107 public boolean isClickable() { in isClickable() method in BaseUiElement
668 public boolean isClickable() { in isClickable() method in ShadowView
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
1350 0x710b16e8 android.view.View isClickable ()Z View.java