Searched refs:DerivedSizeAnimationSpec (Results 1 – 1 of 1) sorted by relevance
186 val SizeAnimationSpec: FiniteAnimationSpec<IntSize> = DerivedSizeAnimationSpec(AnimationSpec)203 DerivedSizeAnimationSpec(DelayedAnimationSpec)705 internal class DerivedSizeAnimationSpec(private val boundsSpec: FiniteAnimationSpec<IntRect>) : class723 if (other !is DerivedSizeAnimationSpec) return false in equals()