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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 185 assertTrue(animateMove(vh, 0, 0, 100, 100));
240 assertTrue(animateMove(vh, 10, 10, 100, 100));
247 assertTrue(animateMove(vh, 10, 10, 100, 100));
339 boolean animateMove(final RecyclerView.ViewHolder vh, final int fromX, final int fromY,
345 result[0] = mAnimator.animateMove(vh, fromX, fromY, toX, toY);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 247 public boolean animateMove(final ViewHolder holder, int fromX, int fromY,
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 35 milliseconds