Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java308 private SurfaceControl mWindowingLayer; field in DisplayContent
1170 mWindowingLayer = area.mSurfaceControl; in configureSurfaces()
1171 transaction.reparent(mWindowingLayer, mSurfaceControl); in configureSurfaces()
1175 mWindowingLayer = mSurfaceControl; in configureSurfaces()
1177 transaction.reparent(mWindowingLayer, mSurfaceControl) in configureSurfaces()
1178 .show(mWindowingLayer); in configureSurfaces()
5308 return mWindowingLayer; in getWindowingLayer()
6164 .reparent(mWindowingLayer, null) in startMirrorIfNeeded()
6195 .reparent(mWindowingLayer, mSurfaceControl) in updateMirroring()