Searched defs:animateAppearance (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSimpleItemAnimator.java114 public boolean animateAppearance(@NonNull ViewHolder viewHolder, method in class:SimpleItemAnimator
289 * @see RecyclerView.ItemAnimator#animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)
H A DRecyclerView.java502 animateAppearance(viewHolder, preInfo, info);
3239 * {@link ItemAnimator#animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)}
3747 void animateAppearance(@NonNull ViewHolder itemHolder, method in class:RecyclerView
3750 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) {
11473 * {@link #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo) animateAppearance()},
11663 * @see #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)
11693 * @see #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)
11769 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder, method in class:RecyclerView.ItemAnimator
11809 * instead, {@link #animateAppearance(ViewHolde
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DItemAnimatorV2ApiTest.java650 public boolean animateAppearance(@NonNull RecyclerView.ViewHolder viewHolder, method in class:ItemAnimatorV2ApiTest.LoggingV2Animator
H A DLoggingItemAnimator.java91 public boolean animateAppearance(@NonNull RecyclerView.ViewHolder viewHolder, method in class:LoggingItemAnimator
98 return super.animateAppearance(viewHolder, preLayoutInfo, postLayoutInfo);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSimpleItemAnimator.java112 public boolean animateAppearance(@NonNull RecyclerView.ViewHolder viewHolder, method in class:SimpleItemAnimator
288 * @see RecyclerView.ItemAnimator#animateAppearance(RecyclerView.ViewHolder, ItemHolderInfo, ItemHolderInfo)
H A DRecyclerView.java571 animateAppearance(viewHolder, preInfo, info);
3576 * {@link ItemAnimator#animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)}
4105 void animateAppearance(@NonNull ViewHolder itemHolder, method in class:RecyclerView
4108 if (mItemAnimator.animateAppearance(itemHolder, preLayoutInfo, postLayoutInfo)) {
12424 * {@link #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo) animateAppearance()},
12614 * @see #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)
12644 * @see #animateAppearance(ViewHolder, ItemHolderInfo, ItemHolderInfo)
12720 public abstract boolean animateAppearance(@NonNull ViewHolder viewHolder, method in class:RecyclerView.ItemAnimator
12760 * instead, {@link #animateAppearance(ViewHolde
[all...]

Completed in 79 milliseconds