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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java5335 rvLayoutParams.mPendingInvalidate = holder.itemView.getParent() == null;
5559 rvLayoutParams.mPendingInvalidate = fromScrapOrHiddenOrCache && bound;
7727 if (lp.mPendingInvalidate) {
7732 lp.mPendingInvalidate = false;
10464 boolean mPendingInvalidate = false; field in class:RecyclerView.LayoutParams
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java5760 rvLayoutParams.mPendingInvalidate = holder.itemView.getParent() == null;
5988 rvLayoutParams.mPendingInvalidate = fromScrapOrHiddenOrCache && bound;
8296 if (lp.mPendingInvalidate) {
8301 lp.mPendingInvalidate = false;
11307 boolean mPendingInvalidate = false; field in class:RecyclerView.LayoutParams

Completed in 171 milliseconds