Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java897 return p.makeChildSurface(this); in makeSurface()
904 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainer
908 return p.makeChildSurface(child) in makeChildSurface()
DDimmer.java164 return mHost.makeChildSurface(null) in makeDimLayer()
DDisplayContent.java3667 mAppAnimationLayer = makeChildSurface(null) in onParentSet()
3670 mBoostedAppAnimationLayer = makeChildSurface(null) in onParentSet()
3673 mHomeAppAnimationLayer = makeChildSurface(null) in onParentSet()
3676 mSplitScreenDividerAnchor = makeChildSurface(null) in onParentSet()
3856 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DisplayContent
DTaskStack.java795 mAnimationBackgroundSurface = makeChildSurface(null).setColorLayer(true) in onDisplayChanged()
DAppWindowToken.java1523 mLetterbox = new Letterbox(() -> makeChildSurface(null)); in layoutLetterbox()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DDimmerTests.java88 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DimmerTests.MockSurfaceBuildingContainer
DWindowContainerTests.java868 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainerTests.MockSurfaceBuildingContainer