Home
last modified time | relevance | path

Searched defs:topCornerRadius (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/people/ui/compose/
DPeopleScreen.kt195 val topCornerRadius = if (withTopCornerRadius) cornerRadius else 0.dp in Tile() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt94 val topCornerRadius = in createAnimatorState() constant
DRoundable.kt41 val topCornerRadius: Float in <lambda>() constant
339 internal val topCornerRadius: Float constant
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt215 val (topCornerRadius, bottomCornerRadius) = in transitionController() constant
222 val topCornerRadius = in transitionController() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTransitionAnimator.kt153 var topCornerRadius: Float = 0f, in <lambda>() variable in com.android.systemui.animation.TransitionAnimator.State