Searched refs:FLAG_NOT_RECYCLABLE (Results 1 – 1 of 1) sorted by relevance
9965 static final int FLAG_NOT_RECYCLABLE = 1 << 4; field in RecyclerView.ViewHolder10386 mFlags |= FLAG_NOT_RECYCLABLE; in setIsRecyclable()10388 mFlags &= ~FLAG_NOT_RECYCLABLE; in setIsRecyclable()10401 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 in isRecyclable()10410 return (mFlags & FLAG_NOT_RECYCLABLE) != 0; in shouldBeKeptAsChild()10418 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 && itemView.hasTransientState(); in doesTransientStatePreventRecycling()