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 =3180 public void setItemAnimator(ItemAnimator animator) { in setItemAnimator()3286 public ItemAnimator getItemAnimator() { in getItemAnimator()3574 ItemAnimator.buildAdapterChangeFlagsForAnimations(holder), in dispatchLayoutStep1()3612 int flags = ItemAnimator.buildAdapterChangeFlagsForAnimations(viewHolder); in dispatchLayoutStep1()3616 flags |= ItemAnimator.FLAG_APPEARED_IN_PRE_LAYOUT; in dispatchLayoutStep1()5648 int changeFlags = ItemAnimator in tryGetViewHolderForPositionByDeadline()5650 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()