Searched refs:mAttachedSet (Results 1 – 1 of 1) sorted by relevance
1153 Set<RecyclerView.ViewHolder> mAttachedSet = new HashSet<RecyclerView.ViewHolder>(); field in BaseRecyclerViewInstrumentationTest.ViewAttachDetachCounter1161 mAttachedSet.contains(vh)); in validateRemaining()1164 childCount, mAttachedSet.size()); in validateRemaining()1170 mAttachedSet.remove(viewHolder)); in onViewDetached()1179 mAttachedSet.add(viewHolder)); in onViewAttached()1187 mAttachedSet.clear(); in onAttached()1191 mAttachedSet.add(recyclerView.getChildViewHolder(view)); in onAttached()