Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainerThumbnail.java89 mSurfaceControl = mWindowContainer.makeChildSurface(mWindowContainer.getTopChild()) in WindowContainerThumbnail()
194 return mWindowContainer.makeChildSurface(mWindowContainer.getTopChild()); in makeAnimationLeash()
DShellRoot.java84 mSurfaceControl = mToken.makeChildSurface(null) in ShellRoot()
DLetterboxUiController.java135 mLetterbox = new Letterbox(() -> mActivityRecord.makeChildSurface(null), in layoutLetterbox()
DDimmer.java174 return mHost.makeChildSurface(null) in makeDimLayer()
DTaskDisplayArea.java964 mAppAnimationLayer = makeChildSurface(null)
968 mBoostedAppAnimationLayer = makeChildSurface(null)
972 mHomeAppAnimationLayer = makeChildSurface(null)
976 mSplitScreenDividerAnchor = makeChildSurface(null)
DWindowContainer.java2190 return p.makeChildSurface(this); in makeSurface()
2197 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainer
2201 return p.makeChildSurface(child) in makeChildSurface()
DScreenRotationAnimation.java206 mBackColorSurface = displayContent.makeChildSurface(null) in ScreenRotationAnimation()
DDisplayContent.java4733 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DisplayContent
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerThumbnailTest.java51 when(mockAr.makeChildSurface(any())).thenReturn(new MockSurfaceControlBuilder()); in buildThumbnail()
DDimmerTests.java95 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DimmerTests.MockSurfaceBuildingContainer
DDisplayAreaTest.java603 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in DisplayAreaTest.TestDisplayArea
DDisplayAreaPolicyBuilderTest.java846 SurfaceControl.Builder makeChildSurface(WindowContainer child) {
DWindowContainerTests.java1248 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface() method in WindowContainerTests.MockSurfaceBuildingContainer
/frameworks/base/services/
Dart-profile45816 HSPLcom/android/server/wm/DisplayContent;->makeChildSurface(Lcom/android/server/wm/WindowContainer;…
49608 HSPLcom/android/server/wm/WindowContainer;->makeChildSurface(Lcom/android/server/wm/WindowContainer…