Home
last modified time | relevance | path

Searched refs:animateAppearance (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSimpleItemAnimator.java114 public boolean animateAppearance(@NonNull ViewHolder viewHolder, in animateAppearance() method in SimpleItemAnimator
DRecyclerView.java503 animateAppearance(viewHolder, preInfo, info);
3869 void animateAppearance(@NonNull ViewHolder itemHolder, in animateAppearance() method
3872 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) { in animateAppearance()
11892 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder,