Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 9 of 9) sorted by relevance

/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DDecayAnimationTest.kt31 val startValue = 200f in testExponentialDecay() constant
79 val startValue = 2000f in testDecayThreshold() constant
DPhysicsAnimationTest.kt96 val startValue = 100f in <lambda>() constant
127 val startValue = 100f in <lambda>() constant
158 val startValue = 100f in <lambda>() constant
DKeyframeSplineAnimationTest.kt183 val startValue = in possibleToOverrideStartAndEndValues() constant
DAnimationTest.kt98 val startValue = AnimationVector3D(100f, 200f, 300f) in testKeyframes() constant
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DBrush.kt487 val startValue = if (start.isFinite) "start=$start, " else "" in toString() constant
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DVectorizedAnimationSpec.kt408 val startValue: V = startKeyframe?.vectorValue ?: initialValue in getValueFromNanos() constant
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridItemPlacementAnimationTest.kt1742 val startValue = animSpec.getValueAtFrame(2, from = itemSize, to = itemSize2) in <lambda>() constant
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridItemPlacementAnimationTest.kt2005 val startValue = animSpec.getValueAtFrame(2, from = itemSize, to = itemSize2) in <lambda>() constant
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/
DLazyListItemPlacementAnimationTest.kt1655 val startValue = animSpec.getValueAtFrame(2, from = itemSize, to = itemSize2) in <lambda>() constant