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.java316 final ViewInfoStore mViewInfoStore = new ViewInfoStore(); field in RecyclerView
2623 mViewInfoStore.onDetach(); in onDetachedFromWindow()
3594 mViewInfoStore.clear(); in dispatchLayoutStep1()
3616 mViewInfoStore.addToPreLayout(holder, animationInfo); in dispatchLayoutStep1()
3627 mViewInfoStore.addToOldChangeHolders(key, holder); in dispatchLayoutStep1()
3651 if (!mViewInfoStore.isInPreLayout(viewHolder)) { in dispatchLayoutStep1()
3663 mViewInfoStore.addToAppearedInPreLayoutHolders(viewHolder, animationInfo); in dispatchLayoutStep1()
3724 ViewHolder oldChangeViewHolder = mViewInfoStore.getFromOldChangeHolders(key); in dispatchLayoutStep3()
3736 final boolean oldDisappearing = mViewInfoStore.isDisappearing( in dispatchLayoutStep3()
3738 final boolean newDisappearing = mViewInfoStore.isDisappearing(holder); in dispatchLayoutStep3()
[all …]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java2326 ViewInfoStore infoStore = mRecyclerView.mViewInfoStore; in recycleScrapTest()