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