Searched refs:ItemAnimator (Results 1 – 4 of 4) sorted by relevance
37 public abstract class SimpleItemAnimator extends RecyclerView.ItemAnimator {
25 import static com.android.internal.widget.RecyclerView.ItemAnimator.ItemHolderInfo;
61 import com.android.internal.widget.RecyclerView.ItemAnimator.ItemHolderInfo;393 ItemAnimator mItemAnimator = new DefaultItemAnimator();449 private ItemAnimator.ItemAnimatorListener mItemAnimatorListener =3059 public void setItemAnimator(ItemAnimator animator) { in setItemAnimator()3165 public ItemAnimator getItemAnimator() { in getItemAnimator()3453 ItemAnimator.buildAdapterChangeFlagsForAnimations(holder), in dispatchLayoutStep1()3491 int flags = ItemAnimator.buildAdapterChangeFlagsForAnimations(viewHolder); in dispatchLayoutStep1()3495 flags |= ItemAnimator.FLAG_APPEARED_IN_PRE_LAYOUT; in dispatchLayoutStep1()5527 int changeFlags = ItemAnimator in tryGetViewHolderForPositionByDeadline()5529 changeFlags |= ItemAnimator.FLAG_APPEARED_IN_PRE_LAYOUT; in tryGetViewHolderForPositionByDeadline()[all …]
674 final RecyclerView.ItemAnimator animator = mRecyclerView.getItemAnimator(); in postDispatchSwipe()2079 final RecyclerView.ItemAnimator itemAnimator = recyclerView.getItemAnimator(); in getAnimationDuration()