Home
last modified time | relevance | path

Searched refs:mAttachedSet (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java1153 Set<RecyclerView.ViewHolder> mAttachedSet = new HashSet<RecyclerView.ViewHolder>(); field in BaseRecyclerViewInstrumentationTest.ViewAttachDetachCounter
1161 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()