Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java5458 rvLayoutParams.mPendingInvalidate = holder.itemView.getParent() == null; in bindViewToPosition()
5682 rvLayoutParams.mPendingInvalidate = fromScrapOrHiddenOrCache && bound; in tryGetViewHolderForPositionByDeadline()
7850 if (lp.mPendingInvalidate) { in addViewInt()
7855 lp.mPendingInvalidate = false; in addViewInt()
10587 boolean mPendingInvalidate = false; field in RecyclerView.LayoutParams