Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/
DCornerBasedShape.kt38 val bottomEnd: CornerSize, constant in androidx.compose.foundation.shape.CornerBasedShape
49 var bottomEnd = bottomEnd.toPx(size, density) in createOutline() variable
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DAnimatedShape.kt58 private var bottomEnd: Animatable<Float, AnimationVector1D>? = null variable in androidx.compose.material3.internal.AnimatedShapeState
75 fun bottomEnd(size: Size = this.size, density: Density = this.density): Float { in bottomEnd() method in androidx.compose.material3.internal.AnimatedShapeState
104 val bottomEnd = state.bottomEnd().coerceIn(clampedRange) in rememberAnimatedShape() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/shape/
DCornerBasedShapeTest.kt45 bottomEnd: Float, in <lambda>() method
83 bottomEnd: Float, in <lambda>() method
121 bottomEnd: Float, in <lambda>() method
169 bottomEnd: Float, in <lambda>() method
207 bottomEnd: Float, in <lambda>() method
245 bottomEnd: Float, in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DHorizontalCenterOptically.kt59 val bottomEnd = shape.bottomEnd.toPx(shapeSize = size, density = density) in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DAbstractSelectionGesturesTest.kt160 protected val bottomEnd constant in androidx.compose.foundation.text.selection.gestures.AbstractSelectionGesturesTest