Searched refs:PROPERTY_IMPORTANT_FOR_ACCESSIBILITY (Results 1 – 2 of 2) sorted by relevance
71 private static final int PROPERTY_IMPORTANT_FOR_ACCESSIBILITY = 0x00000200; field in AccessibilityRecord157 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, important); in setSource()332 return getBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY); in isImportantForAccessibility()346 setBooleanProperty(PROPERTY_IMPORTANT_FOR_ACCESSIBILITY, importantForAccessibility); in setImportantForAccessibility()945 case PROPERTY_IMPORTANT_FOR_ACCESSIBILITY: in singleBooleanPropertyToString()
73186 Landroid/view/accessibility/AccessibilityRecord;->PROPERTY_IMPORTANT_FOR_ACCESSIBILITY:I