Searched refs:FLAG_INVALIDATED (Results 1 – 1 of 1) sorted by relevance
11524 public static final int FLAG_INVALIDATED = ViewHolder.FLAG_INVALID; field in RecyclerView.ItemAnimator11553 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,11887 int flags = viewHolder.mFlags & (FLAG_INVALIDATED | FLAG_REMOVED | FLAG_CHANGED); in buildAdapterChangeFlagsForAnimations()11889 return FLAG_INVALIDATED; in buildAdapterChangeFlagsForAnimations()11891 if ((flags & FLAG_INVALIDATED) == 0) { in buildAdapterChangeFlagsForAnimations()