Searched refs:mMoveAnimations (Results 1 – 1 of 1) sorted by relevance
54 ArrayList<ViewHolder> mMoveAnimations = new ArrayList<>(); field in DefaultItemAnimator292 mMoveAnimations.add(holder); in animateMoveImpl()313 mMoveAnimations.remove(holder); in animateMoveImpl()515 if (mMoveAnimations.remove(item) && DEBUG) { in endAnimation()536 || !mMoveAnimations.isEmpty() in isRunning()634 cancelAll(mMoveAnimations); in endAnimations()