Searched defs:keyframes (Results 1 – 7 of 7) sorted by relevance
59 val keyframes = in transitionTest() constant
472 internal val keyframes = mutableIntObjectMapOf<E>() constant in androidx.compose.animation.core.KeyframesSpecBaseConfig761 val keyframes = config.keyframes in createEntityFor() constant836 public fun <T> keyframes(init: KeyframesSpecConfig<T>.() -> Unit): KeyframesSpec<T> { in tween() method
25 private val keyframes: IntObjectMap<Pair<V, Easing>>, in <lambda>() constant in androidx.compose.animation.core.VectorizedMonoSplineKeyframesSpec
221 private val keyframes: IntObjectMap<VectorizedKeyframeSpecElementInfo<V>>, constant in androidx.compose.animation.core.VectorizedKeyframesSpec
157 ) { valueType, keyframes -> in parsePropertyValuesHolder() method230 val keyframes = mutableListOf<Keyframe<Any>>() constant
100 val keyframes = in testKeyframes() constant
106 fun keyframes() { in <lambda>() method