Home
last modified time | relevance | path

Searched refs:mMovesList (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java45 private ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<>(); field in DefaultItemAnimator
115 mMovesList.add(moves); in runPendingAnimations()
125 mMovesList.remove(moves); in runPendingAnimations()
459 for (int i = mMovesList.size() - 1; i >= 0; i--) { in endAnimation()
460 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation()
469 mMovesList.remove(i); in endAnimation()
528 !mMovesList.isEmpty() || in isRunning()
578 int listCount = mMovesList.size(); in endAnimations()
580 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimations()
591 mMovesList.remove(moves); in endAnimations()