Searched refs:animationScale (Results 1 – 1 of 1) sorted by relevance
92 private val animationScale = mutableMapOf<Context, StateFlow<Float>>() constant97 return synchronized(animationScale) { in getAnimationScaleFlowFor()98 animationScale.getOrPut(applicationContext) { in getAnimationScaleFlowFor()