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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewParentCompat.java94 View source, int changeType) {
103 View source, int changeType) {
104 parent.notifySubtreeAccessibilityStateChanged(child, source, changeType);
524 * @param changeType A bit mask of the types of changes that occurred. One
534 View source, int changeType) {
535 IMPL.notifySubtreeAccessibilityStateChanged(parent, child, source, changeType);
93 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
102 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
533 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
/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 DViewGroup.java3585 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
3593 mParent.notifySubtreeAccessibilityStateChanged(this, source, changeType);
H A DViewRootImpl.java7042 private void postSendWindowContentChangedCallback(View source, int changeType) { argument
7047 mSendWindowContentChangedAccessibilityEvent.runOrPost(source, changeType);
7229 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
7230 postSendWindowContentChangedCallback(Preconditions.checkNotNull(source), changeType);
7934 public void runOrPost(View source, int changeType) { argument
7956 mChangeTypes |= changeType;
7960 mChangeTypes = changeType;
H A DView.java11208 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { argument
11217 event.setContentChangeTypes(changeType);
11221 mParent.notifySubtreeAccessibilityStateChanged(this, this, changeType);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java835 for (boolean changeType : booleans) {
838 changeAnimTest(supportsChange, changeType, hasStableIds, deleteSomeItems);
846 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, argument
852 ", change view type:" + changeType +
906 } else if (!changeType && hasStableIds) {
914 if (changeType) {
H A DRecyclerViewFocusRecoveryTest.java564 private void recoverAdapterChangeViaStableId(final boolean swap, final boolean changeType) argument
575 if (changeType) {
596 if (changeType) {

Completed in 179 milliseconds