Searched refs:FLAG_INVALIDATED (Results 1 – 1 of 1) sorted by relevance
11510 public static final int FLAG_INVALIDATED = ViewHolder.FLAG_INVALID; field in RecyclerView.ItemAnimator11539 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,11873 int flags = viewHolder.mFlags & (FLAG_INVALIDATED | FLAG_REMOVED | FLAG_CHANGED); in buildAdapterChangeFlagsForAnimations()11875 return FLAG_INVALIDATED; in buildAdapterChangeFlagsForAnimations()11877 if ((flags & FLAG_INVALIDATED) == 0) { in buildAdapterChangeFlagsForAnimations()