Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java296 final ViewInfoStore mViewInfoStore = new ViewInfoStore(); field in RecyclerView
2500 mViewInfoStore.onDetach(); in onDetachedFromWindow()
3554 mViewInfoStore.clear(); in dispatchLayoutStep1()
3576 mViewInfoStore.addToPreLayout(holder, animationInfo); in dispatchLayoutStep1()
3587 mViewInfoStore.addToOldChangeHolders(key, holder); in dispatchLayoutStep1()
3611 if (!mViewInfoStore.isInPreLayout(viewHolder)) { in dispatchLayoutStep1()
3623 mViewInfoStore.addToAppearedInPreLayoutHolders(viewHolder, animationInfo); in dispatchLayoutStep1()
3684 ViewHolder oldChangeViewHolder = mViewInfoStore.getFromOldChangeHolders(key); in dispatchLayoutStep3()
3696 final boolean oldDisappearing = mViewInfoStore.isDisappearing( in dispatchLayoutStep3()
3698 final boolean newDisappearing = mViewInfoStore.isDisappearing(holder); in dispatchLayoutStep3()
[all …]