Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java62 ctrl = dc.makeOverlay() in EmulatorDisplayOverlay()
H A DStrictModeFlash.java48 ctrl = dc.makeOverlay() in StrictModeFlash()
H A DBlackFrame.java49 surface = dc.makeOverlay() in BlackSurface()
H A DScreenRotationAnimation.java230 mScreenshotLayer = displayContent.makeOverlay() in ScreenRotationAnimation()
242 mEnterBlackFrameLayer = displayContent.makeOverlay() in ScreenRotationAnimation()
642 .setAnimationLeashSupplier(mDisplayContent::makeOverlay); in initializeBuilder()
H A DWatermark.java115 ctrl = dc.makeOverlay() in Watermark()
H A DAccessibilityController.java1177 .makeOverlay() in ViewportWindow()
H A DDisplayContent.java5382 SurfaceControl.Builder makeOverlay() { in makeOverlay() method in DisplayContent