Home
last modified time | relevance | path

Searched defs:changeType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DViewParent.java418 View child, @NonNull View source, int changeType); in notifySubtreeAccessibilityStateChanged()
DViewRootImpl.java9044 private void postSendWindowContentChangedCallback(View source, int changeType) { in postSendWindowContentChangedCallback()
9228 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
9229 postSendWindowContentChangedCallback(Preconditions.checkNotNull(source), changeType); in notifySubtreeAccessibilityStateChanged() local
10215 public void runOrPost(View source, int changeType) { in runOrPost()
DViewGroup.java3839 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
DView.java13910 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { in notifyViewAccessibilityStateChangedIfNeeded()