Home
last modified time | relevance | path

Searched refs:endSize (Results 1 – 6 of 6) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DShapes.kt358 endSize: CornerSize = ShapeDefaults.CornerNone in start()
360 return copy(topEnd = endSize, bottomEnd = endSize) in start()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimateContentSizeDemo.kt76 .animateContentSize { startSize, endSize -> println("$startSize -> $endSize") } in MyText() method
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimationModifierTest.kt117 endSize -> in <lambda>() method
119 animationEndSize = endSize in <lambda>()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt1140 val endSize = it.size(fullSize) in targetOffsetByState() constant
1142 alignment!!.align(fullSize, endSize, LayoutDirection.Ltr) in targetOffsetByState()
1144 currentAlignment!!.align(fullSize, endSize, LayoutDirection.Ltr) in targetOffsetByState()
DAnimationModifier.kt148 var listener: ((startSize: IntSize, endSize: IntSize) -> Unit)? = null
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/
DDrawModifierTest.kt858 val endSize = 400 in <lambda>() constant
879 size = endSize in <lambda>()
905 assertEquals(endSize, this.width) in <lambda>()
906 assertEquals(endSize, this.height) in <lambda>()