Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java681 private static final int BOOLEAN_PROPERTY_LONG_CLICKABLE = 0x00000040; field in AccessibilityNodeInfo
2199 return getBooleanProperty(BOOLEAN_PROPERTY_LONG_CLICKABLE); in isLongClickable()
2215 setBooleanProperty(BOOLEAN_PROPERTY_LONG_CLICKABLE, longClickable); in setLongClickable()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61949 Landroid/view/accessibility/AccessibilityNodeInfo;->BOOLEAN_PROPERTY_LONG_CLICKABLE:I