Searched defs:rememberSplineBasedDecay (Results 1 – 3 of 3) sorted by relevance
27 @Composable public expect fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> method
25 public actual fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> = method
41 public actual fun <T> rememberSplineBasedDecay(): DecayAnimationSpec<T> { in splineBasedDecayDeprecated() method