Searched refs:animateAppearance (Results 1 – 2 of 2) sorted by relevance
114 public boolean animateAppearance(@NonNull ViewHolder viewHolder, in animateAppearance() method in SimpleItemAnimator
503 animateAppearance(viewHolder, preInfo, info);3748 void animateAppearance(@NonNull ViewHolder itemHolder, in animateAppearance() method in RecyclerView3751 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) { in animateAppearance()11771 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder, in animateAppearance() method in RecyclerView.ItemAnimator