Home
last modified time | relevance | path

Searched defs:rememberSplineBasedDecay (Results 1 – 3 of 3) sorted by relevance

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DDefaultDecayAnimationSpec.kt27 @Composable public expect fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> method
/compose/animation/animation/src/commonStubsMain/kotlin/androidx/compose/animation/
DSplineBasedDecayAnimationSpec.commonStubs.kt25 public actual fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> = method
/compose/animation/animation/src/androidMain/kotlin/androidx/compose/animation/
DSplineBasedFloatDecayAnimationSpec.android.kt41 public actual fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> { in splineBasedDecayDeprecated() method