Searched defs:topEnd (Results 1 – 5 of 5) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/ |
| D | CornerBasedShape.kt | 37 val topEnd: CornerSize, constant in androidx.compose.foundation.shape.CornerBasedShape 48 var topEnd = topEnd.toPx(size, density) in createOutline() variable
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/ |
| D | AnimatedShape.kt | 54 private var topEnd: Animatable<Float, AnimationVector1D>? = null variable in androidx.compose.material3.internal.AnimatedShapeState 65 fun topEnd(size: Size = this.size, density: Density = this.density): Float { in topEnd() method 102 val topEnd = state.topEnd().coerceIn(clampedRange) in rememberAnimatedShape() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/shape/ |
| D | CornerBasedShapeTest.kt | 44 topEnd: Float, in <lambda>() method 82 topEnd: Float, in <lambda>() method 120 topEnd: Float, in <lambda>() method 168 topEnd: Float, in <lambda>() method 206 topEnd: Float, in <lambda>() method 244 topEnd: Float, in <lambda>() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | HorizontalCenterOptically.kt | 57 val topEnd = shape.topEnd.toPx(shapeSize = size, density = density) in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/ |
| D | AbstractSelectionGesturesTest.kt | 154 protected val topEnd constant in androidx.compose.foundation.text.selection.gestures.AbstractSelectionGesturesTest
|