Searched refs:mMoveAnimations (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DDefaultItemAnimator.java54 ArrayList<ViewHolder> mMoveAnimations = new ArrayList<>(); field in class:DefaultItemAnimator
292 mMoveAnimations.add(holder);
313 mMoveAnimations.remove(holder);
515 if (mMoveAnimations.remove(item) && DEBUG) {
517 + "mMoveAnimations list");
536 || !mMoveAnimations.isEmpty()
634 cancelAll(mMoveAnimations);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java53 ArrayList<ViewHolder> mMoveAnimations = new ArrayList<>(); field in class:DefaultItemAnimator
291 mMoveAnimations.add(holder);
312 mMoveAnimations.remove(holder);
514 if (mMoveAnimations.remove(item) && DEBUG) {
516 + "mMoveAnimations list");
535 || !mMoveAnimations.isEmpty()
633 cancelAll(mMoveAnimations);

Completed in 96 milliseconds