Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java120 for (MoveInfo moveInfo : moves) { in runPendingAnimations()
121 animateMoveImpl(moveInfo.holder, moveInfo.fromX, moveInfo.fromY, in runPendingAnimations()
122 moveInfo.toX, moveInfo.toY); in runPendingAnimations()
434 MoveInfo moveInfo = mPendingMoves.get(i); in endAnimation() local
435 if (moveInfo.holder == item) { in endAnimation()
462 MoveInfo moveInfo = moves.get(j); in endAnimation() local
463 if (moveInfo.holder == item) { in endAnimation()
583 MoveInfo moveInfo = moves.get(j); in endAnimations() local
584 ViewHolder item = moveInfo.holder; in endAnimations()
588 dispatchMoveFinished(moveInfo.holder); in endAnimations()