Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/
DCornerBasedShape.kt39 val bottomStart: CornerSize constant in androidx.compose.foundation.shape.CornerBasedShape
50 var bottomStart = bottomStart.toPx(size, density) in createOutline() variable
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DAnimatedShape.kt56 private var bottomStart: Animatable<Float, AnimationVector1D>? = null variable in androidx.compose.material3.internal.AnimatedShapeState
69 fun bottomStart(size: Size = this.size, density: Density = this.density): Float { in bottomStart() method
103 val bottomStart = state.bottomStart().coerceIn(clampedRange) in rememberAnimatedShape() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/shape/
DCornerBasedShapeTest.kt46 bottomStart: Float, in <lambda>() method
84 bottomStart: Float, in <lambda>() method
122 bottomStart: Float, in <lambda>() method
170 bottomStart: Float, in <lambda>() method
208 bottomStart: Float, in <lambda>() method
246 bottomStart: Float, in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DHorizontalCenterOptically.kt58 val bottomStart = shape.bottomStart.toPx(shapeSize = size, density = density) in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DAbstractSelectionGesturesTest.kt148 protected val bottomStart constant