Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DDecayAnimationSpec.kt36 public interface DecayAnimationSpec<T> { interface
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DIsInfiniteTest.kt86 private fun DecayAnimationSpec<Float>.asAnimation(): Animation<Float, AnimationVector1D> { in DecayAnimationSpec() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DAnchoredDraggable.kt1494 val DecayAnimationSpec: DecayAnimationSpec<Float> = exponentialDecay() constant