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.java5337 rvLayoutParams.mPendingInvalidate = holder.itemView.getParent() == null; in bindViewToPosition()
5561 rvLayoutParams.mPendingInvalidate = fromScrapOrHiddenOrCache && bound; in tryGetViewHolderForPositionByDeadline()
7729 if (lp.mPendingInvalidate) { in addViewInt()
7734 lp.mPendingInvalidate = false; in addViewInt()
10466 boolean mPendingInvalidate = false; field in RecyclerView.LayoutParams