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
2480 mViewInfoStore.onDetach(); in onDetachedFromWindow()
3433 mViewInfoStore.clear(); in dispatchLayoutStep1()
3455 mViewInfoStore.addToPreLayout(holder, animationInfo); in dispatchLayoutStep1()
3466 mViewInfoStore.addToOldChangeHolders(key, holder); in dispatchLayoutStep1()
3490 if (!mViewInfoStore.isInPreLayout(viewHolder)) { in dispatchLayoutStep1()
3502 mViewInfoStore.addToAppearedInPreLayoutHolders(viewHolder, animationInfo); in dispatchLayoutStep1()
3563 ViewHolder oldChangeViewHolder = mViewInfoStore.getFromOldChangeHolders(key); in dispatchLayoutStep3()
3575 final boolean oldDisappearing = mViewInfoStore.isDisappearing( in dispatchLayoutStep3()
3577 final boolean newDisappearing = mViewInfoStore.isDisappearing(holder); in dispatchLayoutStep3()
[all …]