Searched refs:changeType (Results 1 – 3 of 3) sorted by relevance
491 private static boolean isExpectedChangeType(AccessibilityEvent event, int changeType) { in isExpectedChangeType() argument492 return (event.getContentChangeTypes() & changeType) == changeType; in isExpectedChangeType()
1764 private static boolean isExpectedChangeType(AccessibilityEvent event, int changeType) { in isExpectedChangeType() argument1765 return (event.getContentChangeTypes() & changeType) == changeType; in isExpectedChangeType()5700 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
9528 private static boolean isExpectedChangeType(AccessibilityEvent event, int changeType) { in isExpectedChangeType() argument9529 return (event.getContentChangeTypes() & changeType) == changeType; in isExpectedChangeType()