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