Searched refs:mAttachCount (Results 1 – 1 of 1) sorted by relevance
5132 private int mAttachCount = 0; field in RecyclerView.RecycledViewPool5222 mAttachCount++; in attach()5226 mAttachCount--; in detach()5246 if (!compatibleWithPrevious && mAttachCount == 0) { in onAdapterChanged()