Searched defs:bottomEnd (Results 1 – 5 of 5) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/ |
| D | CornerBasedShape.kt | 38 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/ |
| D | AnimatedShape.kt | 58 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/ |
| D | CornerBasedShapeTest.kt | 45 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/ |
| D | HorizontalCenterOptically.kt | 59 val bottomEnd = shape.bottomEnd.toPx(shapeSize = size, density = density) in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/ |
| D | AbstractSelectionGesturesTest.kt | 160 protected val bottomEnd constant in androidx.compose.foundation.text.selection.gestures.AbstractSelectionGesturesTest
|