Searched refs:backgroundSurface (Results 1 – 2 of 2) sorted by relevance
75 private var backgroundSurface: SurfaceControl? = null variable127 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()
617 final SurfaceControl backgroundSurface = colorLayerBuilder.build(); in addBackgroundColor() local618 startTransaction.setColor(backgroundSurface, colorArray) in addBackgroundColor()619 .setLayer(backgroundSurface, -1) in addBackgroundColor()620 .show(backgroundSurface); in addBackgroundColor()621 finishTransaction.remove(backgroundSurface); in addBackgroundColor()