Searched refs:FLAG_NOT_RECYCLABLE (Results 1 – 1 of 1) sorted by relevance
10072 static final int FLAG_NOT_RECYCLABLE = 1 << 4; field in RecyclerView.ViewHolder10493 mFlags |= FLAG_NOT_RECYCLABLE; in setIsRecyclable()10495 mFlags &= ~FLAG_NOT_RECYCLABLE; in setIsRecyclable()10508 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 in isRecyclable()10517 return (mFlags & FLAG_NOT_RECYCLABLE) != 0; in shouldBeKeptAsChild()10525 return (mFlags & FLAG_NOT_RECYCLABLE) == 0 && itemView.hasTransientState(); in doesTransientStatePreventRecycling()