Home
last modified time | relevance | path

Searched refs:BOOLEAN_PROPERTY_CONTEXT_CLICKABLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java899 private static final int BOOLEAN_PROPERTY_CONTEXT_CLICKABLE = 1 << 17; field in AccessibilityNodeInfo
2954 return getBooleanProperty(BOOLEAN_PROPERTY_CONTEXT_CLICKABLE); in isContextClickable()
2969 setBooleanProperty(BOOLEAN_PROPERTY_CONTEXT_CLICKABLE, contextClickable); in setContextClickable()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57974 Landroid/view/accessibility/AccessibilityNodeInfo;->BOOLEAN_PROPERTY_CONTEXT_CLICKABLE:I