Home
last modified time | relevance | path

Searched refs:animateMove (Results 1 – 11 of 11) 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()
DLoggingItemAnimator.java63 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, in animateMove() method in LoggingItemAnimator
66 return super.animateMove(holder, fromX, fromY, toX, toY); in animateMove()
DRecyclerViewAnimationsTest.java329 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY, in testAddRemoveSamePass()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java249 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove() method in DefaultItemAnimator
DRecyclerView.java2917 if (mItemAnimator.animateMove(postHolder, in dispatchLayout()
3067 if (mItemAnimator.animateMove(itemHolder, in animateAppearance()
3099 if (mItemAnimator.animateMove(disappearingItem.holder, oldLeft, oldTop, in animateDisappearance()
9902 abstract public boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove() method in RecyclerView.ItemAnimator
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt7 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
239 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
D22.1.0.txt50 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
294 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
D22.2.0.txt87 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
346 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
D22.2.1.txt90 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
350 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
D23.txt117 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
383 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…
Dcurrent.txt117 …method public boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int…
383 …method public abstract boolean animateMove(android.support.v7.widget.RecyclerView.ViewHolder, int,…