Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt230 val maxNotifScrimTop = remember { mutableStateOf(0f) } in SingleShade() constant
332 maxScrimTop = { maxNotifScrimTop.value }, in SingleShade()
346 maxNotifScrimTop.value = quickSettingsPlaceable.height.toFloat() in SingleShade()
350 notificationsPlaceable.placeRelative(x = 0, y = maxNotifScrimTop.value.roundToInt()) in SingleShade()