Searched refs:mDeferDepth (Results 1 – 1 of 1) sorted by relevance
101 private int mDeferDepth = 0; field in WindowSurfacePlacer127 mDeferDepth++; in deferLayout()134 mDeferDepth--; in continueLayout()135 if (mDeferDepth <= 0) { in continueLayout()141 return mDeferDepth > 0; in isLayoutDeferred()149 if (mDeferDepth > 0 && !force) { in performSurfacePlacement()