HomeSort by relevance Sort by last modified time
    Searched defs:mMoveAnimations (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
DefaultItemAnimator.java 54 ArrayList<ViewHolder> mMoveAnimations = new ArrayList<>();
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/main/java/androidx/recyclerview/widget/
DefaultItemAnimator.java 53 ArrayList<RecyclerView.ViewHolder> mMoveAnimations = new ArrayList<>();
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 794 milliseconds