Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DWindowRecomposer.android.kt92 private val animationScale = mutableMapOf<Context, StateFlow<Float>>() constant
97 return synchronized(animationScale) { in getAnimationScaleFlowFor()
98 animationScale.getOrPut(applicationContext) { in getAnimationScaleFlowFor()