Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java344 private SurfaceControl mWindowingLayer; field in DisplayContent
1321 mWindowingLayer = area.mSurfaceControl; in configureSurfaces()
1322 transaction.reparent(mWindowingLayer, mSurfaceControl); in configureSurfaces()
1326 mWindowingLayer = mSurfaceControl; in configureSurfaces()
1328 transaction.reparent(mWindowingLayer, mSurfaceControl) in configureSurfaces()
1329 .show(mWindowingLayer); in configureSurfaces()
3372 mWindowingLayer.release(); in removeImmediately()
5710 return mWindowingLayer; in getWindowingLayer()