Home
last modified time | relevance | path

Searched refs:SizeAnimationModifierElement (Results 1 – 1 of 1) sorted by relevance

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimationModifier.kt78 SizeAnimationModifierElement(animationSpec, Alignment.TopStart, finishedListener) in animateContentSize()
113 SizeAnimationModifierElement(animationSpec, alignment, finishedListener) in animateContentSize()
115 private data class SizeAnimationModifierElement( in animateContentSize() class