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

/frameworks/base/core/java/android/view/
H A DViewParent.java318 * @param changeType A bit mask of the types of changes that occurred. One
327 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType); argument
H A DViewGroup.java2765 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
2769 notifyViewAccessibilityStateChangedIfNeeded(changeType);
2772 mParent.notifySubtreeAccessibilityStateChanged(this, source, changeType);
H A DViewRootImpl.java6156 private void postSendWindowContentChangedCallback(View source, int changeType) { argument
6161 mSendWindowContentChangedAccessibilityEvent.runOrPost(source, changeType);
6273 public void notifySubtreeAccessibilityStateChanged(View child, View source, int changeType) { argument
6274 postSendWindowContentChangedCallback(source, changeType);
6944 public void runOrPost(View source, int changeType) { argument
6950 mChangeTypes |= changeType;
6954 mChangeTypes = changeType;
H A DView.java7978 public void notifyViewAccessibilityStateChangedIfNeeded(int changeType) { argument
7986 mSendViewStateChangedAccessibilityEvent.runOrPost(changeType);
21014 public void runOrPost(int changeType) { argument
21015 mChangeTypes |= changeType;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java231 for (boolean changeType : booleans) {
234 changeAnimTest(supportsChange, changeType, hasStableIds, deleteSomeItems);
241 public void changeAnimTest(final boolean supportsChangeAnim, final boolean changeType, argument
247 ", change view type:" + changeType +
306 } else if (!changeType && hasStableIds) {
314 if (changeType) {

Completed in 379 milliseconds