Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DWindowRecomposer.android.kt337 var systemDurationScaleSettingConsumer: MotionDurationScaleImpl? = null in createLifecycleAwareWindowRecomposer() variable
340 ?: MotionDurationScaleImpl().also { systemDurationScaleSettingConsumer = it } in createLifecycleAwareWindowRecomposer()
378 systemDurationScaleSettingConsumer?.let { in createLifecycleAwareWindowRecomposer()