Searched refs:maxNotifScrimTop (Results 1 – 1 of 1) sorted by relevance
230 val maxNotifScrimTop = remember { mutableStateOf(0f) } in SingleShade() constant332 maxScrimTop = { maxNotifScrimTop.value }, in SingleShade()346 maxNotifScrimTop.value = quickSettingsPlaceable.height.toFloat() in SingleShade()350 notificationsPlaceable.placeRelative(x = 0, y = maxNotifScrimTop.value.roundToInt()) in SingleShade()