Home
last modified time | relevance | path

Searched defs:FloatDecayAnimationSpec (Results 1 – 2 of 2) sorted by relevance

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DFloatDecayAnimationSpec.kt30 public interface FloatDecayAnimationSpec { interface
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DIsInfiniteTest.kt90 private fun FloatDecayAnimationSpec.asAnimation(): Animation<Float, AnimationVector1D> { in asAnimation() method