Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimationSpec.kt475 internal abstract fun createEntityFor(value: T): E in createEntityFor() method in androidx.compose.animation.core.KeyframesSpecBaseConfig
564 override fun createEntityFor(value: T): KeyframeEntity<T> = KeyframeEntity(value) in toPair() method in androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig
753 override fun createEntityFor(value: T): KeyframesSpec.KeyframeEntity<T> = in createEntityFor() method in KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig