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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 169 assertTrue(animateAdd(vh));
226 assertTrue(animateAdd(vh));
233 assertTrue(animateAdd(vh));
317 boolean animateAdd(final RecyclerView.ViewHolder vh) throws Throwable {
322 result[0] = mAnimator.animateAdd(vh);
RecyclerViewAnimationsTest.java 163 public boolean animateAdd(RecyclerView.ViewHolder holder) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 214 public boolean animateAdd(final ViewHolder holder) {
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 207 milliseconds