Searched defs:DecayAnimationSpec (Results 1 – 3 of 3) sorted by relevance
36 public interface DecayAnimationSpec<T> { interface
86 private fun DecayAnimationSpec<Float>.asAnimation(): Animation<Float, AnimationVector1D> { in DecayAnimationSpec() method
1494 val DecayAnimationSpec: DecayAnimationSpec<Float> = exponentialDecay() constant