Home
last modified time | relevance | path

Searched defs:ShadeScrimRounding (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/model/
DShadeScrimRounding.kt20 data class ShadeScrimRounding( dataClass
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt462 private fun ShadeScrimRounding.toRoundedCornerShape(radius: Dp): RoundedCornerShape { in toRoundedCornerShape() method