Searched defs:changeType (Results 1 – 3 of 3) sorted by relevance
418 View child, @NonNull View source, int changeType); in notifySubtreeAccessibilityStateChanged()
8536 private void postSendWindowContentChangedCallback(View source, int changeType) { in postSendWindowContentChangedCallback()8720 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()8721 postSendWindowContentChangedCallback(Preconditions.checkNotNull(source), changeType); in notifySubtreeAccessibilityStateChanged() local9681 public void runOrPost(View source, int changeType) { in runOrPost()
3825 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()