Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/
DCornerBasedShape.kt37 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/
DAnimatedShape.kt54 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/
DCornerBasedShapeTest.kt44 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/
DHorizontalCenterOptically.kt57 val topEnd = shape.topEnd.toPx(shapeSize = size, density = density) in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/
DAbstractSelectionGesturesTest.kt154 protected val topEnd constant in androidx.compose.foundation.text.selection.gestures.AbstractSelectionGesturesTest