Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java72 private static final int PROPERTY_IMPORTANT_FOR_ACCESSIBILITY = 0x00000200; field in AccessibilityRecord
168 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, important); in setSource()
343 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY); in isImportantForAccessibility()
357 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, importantForAccessibility); in setImportantForAccessibility()
970 case PROPERTY_IMPORTANT_FOR_ACCESSIBILITY: in singleBooleanPropertyToString()