Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DResizeVeil.kt75 private var backgroundSurface: SurfaceControl? = null variable
127 backgroundSurface = surfaceControlBuilderFactory in setupResizeVeil()
192 val background = backgroundSurface in showVeil()
339 val background = backgroundSurface in hideVeil()
386 backgroundSurface?.let { background -> t.remove(background) } in dispose()
387 backgroundSurface = null in dispose()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java617 final SurfaceControl backgroundSurface = colorLayerBuilder.build(); in addBackgroundColor() local
618 startTransaction.setColor(backgroundSurface, colorArray) in addBackgroundColor()
619 .setLayer(backgroundSurface, -1) in addBackgroundColor()
620 .show(backgroundSurface); in addBackgroundColor()
621 finishTransaction.remove(backgroundSurface); in addBackgroundColor()