Searched refs:FLAG_INVALIDATED (Results 1 – 1 of 1) sorted by relevance
11631 public static final int FLAG_INVALIDATED = ViewHolder.FLAG_INVALID; field in RecyclerView.ItemAnimator11660 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,11994 int flags = viewHolder.mFlags & (FLAG_INVALIDATED | FLAG_REMOVED | FLAG_CHANGED); in buildAdapterChangeFlagsForAnimations()11996 return FLAG_INVALIDATED; in buildAdapterChangeFlagsForAnimations()11998 if ((flags & FLAG_INVALIDATED) == 0) { in buildAdapterChangeFlagsForAnimations()