HomeSort by relevance Sort by last modified time
    Searched defs:animateMove (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
SimpleItemAnimator.java 90 return animateMove(viewHolder, oldLeft, oldTop, newLeft, newTop);
108 return animateMove(viewHolder, preLayoutInfo.left, preLayoutInfo.top,
126 return animateMove(viewHolder,
161 * {@link #animateMove(ViewHolder, int, int, int, int) animateMove()},
186 * {@link #animateMove(ViewHolder, int, int, int, int) animateMove()},
211 * {@link #animateMove(ViewHolder, int, int, int, int) animateMove()},
220 abstract public boolean animateMove(ViewHolder holder, int fromX, int fromY
    [all...]
DefaultItemAnimator.java 250 public boolean animateMove(final ViewHolder holder, int fromX, int fromY,
317 return animateMove(oldHolder, fromX, fromY, toX, toY);
648 * then DefaultItemAnimator will call {@link #animateMove(ViewHolder, int, int, int, int)} and
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LoggingItemAnimator.java 153 public boolean animateMove(RecyclerView.ViewHolder holder, int fromX, int fromY,
156 return super.animateMove(holder, fromX, fromY, toX, toY);
DefaultItemAnimatorTest.java 183 public void animateMove() throws Throwable {
186 assertTrue(animateMove(vh, 0, 0, 100, 100));
245 assertTrue(animateMove(vh, 10, 10, 100, 100));
253 assertTrue(animateMove(vh, 10, 10, 100, 100));
352 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY,
358 result[0] = mAnimator.animateMove(vh, fromX, fromY, toX, toY);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 3239 milliseconds