Searched refs:mMovesList (Results 1 – 1 of 1) sorted by relevance
50 ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<>(); field in DefaultItemAnimator120 mMovesList.add(moves); in runPendingAnimations()130 mMovesList.remove(moves); in runPendingAnimations()468 for (int i = mMovesList.size() - 1; i >= 0; i--) { in endAnimation()469 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation()478 mMovesList.remove(i); in endAnimation()540 || !mMovesList.isEmpty() in isRunning()589 int listCount = mMovesList.size(); in endAnimations()591 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimations()602 mMovesList.remove(moves); in endAnimations()