Home
last modified time | relevance | path

Searched +defs:acc +defs:anim (Results 1 – 1 of 1) sorted by relevance

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DTransition.kt1279 return animations.fastFold("Transition animation values: ") { acc, anim -> "$acc$anim, " } in toString() method