Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1007 return p.makeChildSurface(this); in makeSurface()
1014 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainer
1018 return p.makeChildSurface(child) in makeChildSurface()
DDimmer.java172 return mHost.makeChildSurface(null) in makeDimLayer()
DDisplayContent.java4575 mAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4578 mBoostedAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4581 mHomeAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4584 mSplitScreenDividerAnchor = makeChildSurface(null) in onParentChanged()
4614 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DisplayContent.AboveAppWindowContainers
4615 final SurfaceControl.Builder builder = super.makeChildSurface(child); in makeChildSurface()
4773 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DisplayContent
DTaskStack.java829 mAnimationBackgroundSurface = makeChildSurface(null).setColorLayer() in onDisplayChanged()
DAppWindowToken.java2026 mLetterbox = new Letterbox(() -> makeChildSurface(null)); in layoutLetterbox()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDimmerTests.java89 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DimmerTests.MockSurfaceBuildingContainer
DWindowContainerTests.java911 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainerTests.MockSurfaceBuildingContainer
/frameworks/base/services/
Dart-profile15797 HSPLcom/android/server/wm/DisplayContent$AboveAppWindowContainers;->makeChildSurface(Lcom/android/s…
15923 HSPLcom/android/server/wm/DisplayContent;->makeChildSurface(Lcom/android/server/wm/WindowContainer;…
17266 HSPLcom/android/server/wm/WindowContainer;->makeChildSurface(Lcom/android/server/wm/WindowContainer…