Home
last modified time | relevance | path

Searched defs:bottomCornerRadius (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt207 val (topCornerRadius, bottomCornerRadius) = in launchController() constant
221 val bottomCornerRadius = in launchController() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt210 val bottomCornerRadius = if (withBottomCornerRadius) cornerRadius else 0.dp in Tile() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt47 val bottomCornerRadius: Float in <lambda>() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DLaunchAnimator.kt133 var bottomCornerRadius: Float = 0f in <lambda>() variable in com.android.systemui.animation.LaunchAnimator.State