Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java387 private int mInterceptRequestLayoutDepth = 0; field in RecyclerView
2074 mInterceptRequestLayoutDepth++; in startInterceptRequestLayout()
2075 if (mInterceptRequestLayoutDepth == 1 && !mLayoutFrozen) { in startInterceptRequestLayout()
2091 if (mInterceptRequestLayoutDepth < 1) { in stopInterceptRequestLayout()
2098 mInterceptRequestLayoutDepth = 1; in stopInterceptRequestLayout()
2111 if (mInterceptRequestLayoutDepth == 1) { in stopInterceptRequestLayout()
2121 mInterceptRequestLayoutDepth--; in stopInterceptRequestLayout()
4155 if (mInterceptRequestLayoutDepth == 0 && !mLayoutFrozen) { in requestLayout()