Searched refs:isBottomRounded (Results 1 – 5 of 5) sorted by relevance
71 .isEqualTo(ShadeScrimRounding(isTopRounded = true, isBottomRounded = false)) in stackRounding()75 .isEqualTo(ShadeScrimRounding(isTopRounded = true, isBottomRounded = true)) in stackRounding()
24 val isBottomRounded: Boolean = false, constant in com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimRounding
63 isBottomRounded = shadeMode != ShadeMode.Single, in <lambda>()
132 bottomRadius = radius.takeIf { clipping.rounding.isBottomRounded } ?: 0 in <lambda>()
464 val bottomRadius = if (isBottomRounded) radius else 0.dp in toRoundedCornerShape()