Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt196 val bottomCornerRadius = if (withBottomCornerRadius) cornerRadius else 0.dp in Tile() constant
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt215 val (topCornerRadius, bottomCornerRadius) = in transitionController() constant
229 val bottomCornerRadius = in transitionController() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt47 val bottomCornerRadius: Float in <lambda>() constant
356 internal val bottomCornerRadius: Float constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTransitionAnimator.kt154 var bottomCornerRadius: Float = 0f in <lambda>() variable in com.android.systemui.animation.TransitionAnimator.State