Searched refs:mInterceptRequestLayoutDepth (Results 1 – 1 of 1) sorted by relevance
387 private int mInterceptRequestLayoutDepth = 0; field in RecyclerView2074 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()