Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java132 private int mDeferDepth = 0; field in WindowSurfacePlacer
160 mDeferDepth++; in deferLayout()
167 mDeferDepth--; in continueLayout()
168 if (mDeferDepth <= 0) { in continueLayout()
174 if (mDeferDepth > 0) { in performSurfacePlacement()