Searched refs:moveInfo (Results 1 – 1 of 1) sorted by relevance
120 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() local435 if (moveInfo.holder == item) { in endAnimation()462 MoveInfo moveInfo = moves.get(j); in endAnimation() local463 if (moveInfo.holder == item) { in endAnimation()583 MoveInfo moveInfo = moves.get(j); in endAnimations() local584 ViewHolder item = moveInfo.holder; in endAnimations()588 dispatchMoveFinished(moveInfo.holder); in endAnimations()