Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DInfiniteTransitionTest.kt59 val keyframes = in transitionTest() constant
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimationSpec.kt472 internal val keyframes = mutableIntObjectMapOf<E>() constant in androidx.compose.animation.core.KeyframesSpecBaseConfig
761 val keyframes = config.keyframes in createEntityFor() constant
836 public fun <T> keyframes(init: KeyframesSpecConfig<T>.() -> Unit): KeyframesSpec<T> { in tween() method
DVectorizedMonoSplineKeyframesSpec.kt25 private val keyframes: IntObjectMap<Pair<V, Easing>>, in <lambda>() constant in androidx.compose.animation.core.VectorizedMonoSplineKeyframesSpec
DVectorizedAnimationSpec.kt221 private val keyframes: IntObjectMap<VectorizedKeyframeSpecElementInfo<V>>, constant in androidx.compose.animation.core.VectorizedKeyframesSpec
/compose/animation/animation-graphics/src/androidMain/kotlin/androidx/compose/animation/graphics/vector/compat/
DXmlAnimatorParser.android.kt157 ) { valueType, keyframes -> in parsePropertyValuesHolder() method
230 val keyframes = mutableListOf<Keyframe<Any>>() constant
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DAnimationTest.kt100 val keyframes = in testKeyframes() constant
/compose/animation/animation-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/animation/graphics/vector/
DAnimatorTest.kt106 fun keyframes() { in <lambda>() method