Searched refs:AnimateAppearance (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java25 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimateAppearance;
39 List<AnimateAppearance> mAnimateAppearanceList = new ArrayList<>();
96 .add(new AnimateAppearance(viewHolder,
H A DBaseRecyclerViewAnimationsTest.java671 static class AnimateAppearance extends AnimateLogBase { class in class:BaseRecyclerViewAnimationsTest
672 public AnimateAppearance(RecyclerView.ViewHolder viewHolder, LoggingInfo pre, method in class:BaseRecyclerViewAnimationsTest.AnimateAppearance
H A DItemAnimatorV2ApiTest.java196 AnimateAppearance log = mAnimator.animateAppearanceList.get(0);
606 List<AnimateAppearance> animateAppearanceList = new ArrayList<>();
653 new AnimateAppearance(viewHolder, (LoggingInfo) preInfo, (LoggingInfo) postInfo));

Completed in 59 milliseconds