Searched refs:AnimateAppearance (Results 1 – 3 of 3) sorted by relevance
25 import android.support.v7.widget.BaseRecyclerViewAnimationsTest.AnimateAppearance;39 List<AnimateAppearance> mAnimateAppearanceList = new ArrayList<>();96 .add(new AnimateAppearance(viewHolder, in animateAppearance()
195 AnimateAppearance log = mAnimator.animateAppearanceList.get(0); in simpleAdd()605 List<AnimateAppearance> animateAppearanceList = new ArrayList<>();652 … new AnimateAppearance(viewHolder, (LoggingInfo) preInfo, (LoggingInfo) postInfo)); in animateAppearance()
675 static class AnimateAppearance extends AnimateLogBase { class in BaseRecyclerViewAnimationsTest676 public AnimateAppearance(RecyclerView.ViewHolder viewHolder, LoggingInfo pre, in AnimateAppearance() method in BaseRecyclerViewAnimationsTest.AnimateAppearance