Searched refs:FLAG_NOT_RECYCLABLE (Results 1 – 1 of 1) sorted by relevance
9951 static final int FLAG_NOT_RECYCLABLE = 1 << 4; field in RecyclerView.ViewHolder10372 mFlags |= FLAG_NOT_RECYCLABLE; in setIsRecyclable()10374 mFlags &= ~FLAG_NOT_RECYCLABLE; in setIsRecyclable()10387 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 in isRecyclable()10396 return (mFlags & FLAG_NOT_RECYCLABLE) != 0; in shouldBeKeptAsChild()10404 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 && itemView.hasTransientState(); in doesTransientStatePreventRecycling()