Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskDisplayArea.java92 private int mColorLayerCounter = 0; field in TaskDisplayArea
784 mColorLayerCounter++;
799 mColorLayerCounter--;
803 if (mColorLayerCounter == 0 && mSurfaceControl != null) {
813 if (mColorLayerCounter > 0) {