Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java125 for (MoveInfo moveInfo : moves) { in runPendingAnimations()
126 animateMoveImpl(moveInfo.holder, moveInfo.fromX, moveInfo.fromY, in runPendingAnimations()
127 moveInfo.toX, moveInfo.toY); in runPendingAnimations()
443 MoveInfo moveInfo = mPendingMoves.get(i); in endAnimation() local
444 if (moveInfo.holder == item) { in endAnimation()
471 MoveInfo moveInfo = moves.get(j); in endAnimation() local
472 if (moveInfo.holder == item) { in endAnimation()
594 MoveInfo moveInfo = moves.get(j); in endAnimations() local
595 ViewHolder item = moveInfo.holder; in endAnimations()
599 dispatchMoveFinished(moveInfo.holder); in endAnimations()