Searched refs:changeType (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java406 * @param changeType A bit mask of the types of changes that occurred. One
416 View child, @NonNull View source, int changeType);
415 notifySubtreeAccessibilityStateChanged( View child, @NonNull View source, int changeType) argument
H A DViewRootImpl.java7483 private void postSendWindowContentChangedCallback(View source, int changeType) { argument
7488 mSendWindowContentChangedAccessibilityEvent.runOrPost(source, changeType);
7670 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
7671 postSendWindowContentChangedCallback(Preconditions.checkNotNull(source), changeType);
8401 public void runOrPost(View source, int changeType) { argument
8426 mChangeTypes |= changeType;
8430 mChangeTypes = changeType;
H A DViewGroup.java3661 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
3669 mParent.notifySubtreeAccessibilityStateChanged(this, source, changeType);
H A DView.java11903 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { argument
11910 if ((changeType != AccessibilityEvent.CONTENT_CHANGE_TYPE_SUBTREE)
11915 || (changeType == AccessibilityEvent.CONTENT_CHANGE_TYPE_PANE_DISAPPEARED)) {
11918 event.setContentChangeTypes(changeType);
11938 event.setContentChangeTypes(changeType);
11942 mParent.notifySubtreeAccessibilityStateChanged(this, this, changeType);
[all...]
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewParentCompat.java436 * @param changeType A bit mask of the types of changes that occurred. One
446 View source, int changeType) {
448 parent.notifySubtreeAccessibilityStateChanged(child, source, changeType);
445 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewAnimationsTest.java836 for (boolean changeType : booleans) {
839 changeAnimTest(supportsChange, changeType, hasStableIds, deleteSomeItems);
847 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, argument
853 ", change view type:" + changeType +
907 } else if (!changeType && hasStableIds) {
915 if (changeType) {
H A DRecyclerViewFocusRecoveryTest.java565 private void recoverAdapterChangeViaStableId(final boolean swap, final boolean changeType) argument
576 if (changeType) {
597 if (changeType) {

Completed in 781 milliseconds