Searched refs:mViewInfoStore (Results 1 – 2 of 2) sorted by relevance
316 final ViewInfoStore mViewInfoStore = new ViewInfoStore(); field in RecyclerView2623 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 …]
2326 ViewInfoStore infoStore = mRecyclerView.mViewInfoStore; in recycleScrapTest()