Searched refs:mMovesList (Results 1 – 1 of 1) sorted by relevance
45 private ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<>(); field in DefaultItemAnimator115 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()