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

/frameworks/support/v4/kitkat/android/support/v4/view/
H A DViewParentCompatKitKat.java24 View source, int changeType) {
25 parent.notifySubtreeAccessibilityStateChanged(child, source, changeType);
23 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
/frameworks/support/v4/java/android/support/v4/view/
H A DViewParentCompat.java50 View source, int changeType);
132 View source, int changeType) {
148 View source, int changeType) {
150 source, changeType);
413 * @param changeType A bit mask of the types of changes that occurred. One
423 View source, int changeType) {
424 IMPL.notifySubtreeAccessibilityStateChanged(parent, child, source, changeType);
49 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
131 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
147 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
422 notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, View source, int changeType) argument
/frameworks/base/core/java/android/view/
H A DViewParent.java337 * @param changeType A bit mask of the types of changes that occurred. One
346 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType); argument
H A DViewRootImpl.java6289 private void postSendWindowContentChangedCallback(View source, int changeType) { argument
6294 mSendWindowContentChangedAccessibilityEvent.runOrPost(source, changeType);
6472 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
6473 postSendWindowContentChangedCallback(source, changeType);
7164 public void runOrPost(View source, int changeType) { argument
7170 mChangeTypes |= changeType;
7174 mChangeTypes = changeType;
H A DViewGroup.java2994 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
2998 notifyViewAccessibilityStateChangedIfNeeded(changeType);
3001 mParent.notifySubtreeAccessibilityStateChanged(this, source, changeType);
H A DView.java8776 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { argument
8784 mSendViewStateChangedAccessibilityEvent.runOrPost(changeType);
22329 public void runOrPost(int changeType) { argument
22330 mChangeTypes |= changeType;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java385 for (boolean changeType : booleans) {
388 changeAnimTest(supportsChange, changeType, hasStableIds, deleteSomeItems);
395 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, argument
401 ", change view type:" + changeType +
460 } else if (!changeType && hasStableIds) {
468 if (changeType) {

Completed in 234 milliseconds