Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java378 private SurfaceControl mWindowingLayer; field in DisplayContent
777 mWindowingLayer = b.setName("Display Root").build(); in DisplayContent()
780 getPendingTransaction().setLayer(mWindowingLayer, 0) in DisplayContent()
781 .setLayerStack(mWindowingLayer, mDisplayId) in DisplayContent()
782 .show(mWindowingLayer) in DisplayContent()
3847 .setParent(mWindowingLayer); in makeSurface()
3866 .setParent(mWindowingLayer); in makeChildSurface()
3978 mPendingTransaction.setMatrix(mWindowingLayer, in prepareSurfaces()
3981 mPendingTransaction.setPosition(mWindowingLayer, in prepareSurfaces()
3983 mPendingTransaction.setAlpha(mWindowingLayer, in prepareSurfaces()