Searched defs:topCornerRadius (Results 1 – 5 of 5) sorted by relevance
76 val topCornerRadius = if (roundedTopClipping > 0) { in createAnimatorState() constant
42 val topCornerRadius: Float in <lambda>() constant
207 val (topCornerRadius, bottomCornerRadius) = in launchController() constant214 val topCornerRadius = in launchController() constant
209 val topCornerRadius = if (withTopCornerRadius) cornerRadius else 0.dp in Tile() constant
132 var topCornerRadius: Float = 0f, in <lambda>() variable in com.android.systemui.animation.LaunchAnimator.State