Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt300 .let { scrimRounding.value.toRoundedCornerShape(it) } in NotificationScrollingStack()
462 private fun ShadeScrimRounding.toRoundedCornerShape(radius: Dp): RoundedCornerShape { in toRoundedCornerShape() method