Searched refs:changeType (Results 1 – 2 of 2) sorted by relevance
413 private static boolean isExpectedChangeType(AccessibilityEvent event, int changeType) { in isExpectedChangeType() argument414 return (event.getContentChangeTypes() & changeType) == changeType; in isExpectedChangeType()
5432 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument