Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java94 View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
103 View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
534 View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
/frameworks/base/core/java/android/view/
DViewParent.java416 View child, @NonNull View source, int changeType); in notifySubtreeAccessibilityStateChanged()
DViewRootImpl.java7042 private void postSendWindowContentChangedCallback(View source, int changeType) { in postSendWindowContentChangedCallback()
7229 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
7230 postSendWindowContentChangedCallback(Preconditions.checkNotNull(source), changeType); in notifySubtreeAccessibilityStateChanged() local
7935 public void runOrPost(View source, int changeType) { in runOrPost()
DViewGroup.java3585 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewFocusRecoveryTest.java564 private void recoverAdapterChangeViaStableId(final boolean swap, final boolean changeType) in recoverAdapterChangeViaStableId()
DRecyclerViewAnimationsTest.java846 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, in changeAnimTest()