Home
last modified time | relevance | path

Searched refs:changeType (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/compat/kitkat/android/support/v4/view/
DViewParentCompatKitKat.java24 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
25 parent.notifySubtreeAccessibilityStateChanged(child, source, changeType); in notifySubtreeAccessibilityStateChanged()
/frameworks/support/compat/java/android/support/v4/view/
DViewParentCompat.java50 View source, int changeType); in notifySubtreeAccessibilityStateChanged() argument
132 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
148 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
150 source, changeType); in notifySubtreeAccessibilityStateChanged()
421 View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
422 IMPL.notifySubtreeAccessibilityStateChanged(parent, child, source, changeType); in notifySubtreeAccessibilityStateChanged()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewFocusRecoveryTest.java196 private void recoverAdapterChangeViaStableId(final boolean swap, final boolean changeType) in recoverAdapterChangeViaStableId() argument
207 if (changeType) { in recoverAdapterChangeViaStableId()
225 if (changeType) { in recoverAdapterChangeViaStableId()
DRecyclerViewAnimationsTest.java819 for (boolean changeType : booleans) { in changeAnimations()
822 changeAnimTest(supportsChange, changeType, hasStableIds, deleteSomeItems); in changeAnimations()
830 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, in changeAnimTest() argument
836 ", change view type:" + changeType + in changeAnimTest()
890 } else if (!changeType && hasStableIds) { in changeAnimTest()
898 if (changeType) { in changeAnimTest()
/frameworks/base/core/java/android/view/
DViewParent.java374 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType); in notifySubtreeAccessibilityStateChanged() argument
DViewRootImpl.java6620 private void postSendWindowContentChangedCallback(View source, int changeType) { in postSendWindowContentChangedCallback() argument
6625 mSendWindowContentChangedAccessibilityEvent.runOrPost(source, changeType); in postSendWindowContentChangedCallback()
6808 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
6809 postSendWindowContentChangedCallback(source, changeType); in notifySubtreeAccessibilityStateChanged()
7489 public void runOrPost(View source, int changeType) { in runOrPost() argument
7495 mChangeTypes |= changeType; in runOrPost()
7499 mChangeTypes = changeType; in runOrPost()
DViewGroup.java3092 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { in notifySubtreeAccessibilityStateChanged() argument
3096 notifyViewAccessibilityStateChangedIfNeeded(changeType); in notifySubtreeAccessibilityStateChanged()
3099 mParent.notifySubtreeAccessibilityStateChanged(this, source, changeType); in notifySubtreeAccessibilityStateChanged()
DView.java9467 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { in notifyViewAccessibilityStateChangedIfNeeded() argument
9475 mSendViewStateChangedAccessibilityEvent.runOrPost(changeType); in notifyViewAccessibilityStateChangedIfNeeded()
23680 public void runOrPost(int changeType) { in runOrPost() argument
23681 mChangeTypes |= changeType; in runOrPost()