Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java276 final ViewInfoStore mViewInfoStore = new ViewInfoStore(); field in RecyclerView
2310 mViewInfoStore.onDetach(); in onDetachedFromWindow()
3163 mViewInfoStore.clear(); in dispatchLayoutStep1()
3185 mViewInfoStore.addToPreLayout(holder, animationInfo); in dispatchLayoutStep1()
3196 mViewInfoStore.addToOldChangeHolders(key, holder); in dispatchLayoutStep1()
3220 if (!mViewInfoStore.isInPreLayout(viewHolder)) { in dispatchLayoutStep1()
3232 mViewInfoStore.addToAppearedInPreLayoutHolders(viewHolder, animationInfo); in dispatchLayoutStep1()
3293 ViewHolder oldChangeViewHolder = mViewInfoStore.getFromOldChangeHolders(key); in dispatchLayoutStep3()
3305 final boolean oldDisappearing = mViewInfoStore.isDisappearing( in dispatchLayoutStep3()
3307 final boolean newDisappearing = mViewInfoStore.isDisappearing(holder); in dispatchLayoutStep3()
[all …]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java2013 ViewInfoStore infoStore = mRecyclerView.mViewInfoStore; in recycleScrapTest()