Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DDefaultItemAnimatorTest.java185 assertTrue(animateMove(vh, 0, 0, 100, 100)); in testAnimateMove()
240 assertTrue(animateMove(vh, 10, 10, 100, 100)); in testCancelMoveBefore()
247 assertTrue(animateMove(vh, 10, 10, 100, 100)); in testCancelMoveAfter()
339 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY, in animateMove() method in DefaultItemAnimatorTest
345 result[0] = mAnimator.animateMove(vh, fromX, fromY, toX, toY); in animateMove()
DRecyclerViewAnimationsTest.java175 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, in testAddRemoveSamePass()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java247 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove() method in DefaultItemAnimator
DRecyclerView.java2188 if (mItemAnimator.animateMove(postHolder, in dispatchLayout()
2338 if (mItemAnimator.animateMove(itemHolder, in animateAppearance()
2370 if (mItemAnimator.animateMove(disappearingItem.holder, oldLeft, oldTop, in animateDisappearance()
8508 abstract public boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove() method in RecyclerView.ItemAnimator