Home
last modified time | relevance | path

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

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DWindowRecomposer.android.kt342 val contextWithClockAndMotionScale = in createLifecycleAwareWindowRecomposer() constant
345 Recomposer(contextWithClockAndMotionScale).also { it.pauseCompositionFrameClock() } in createLifecycleAwareWindowRecomposer()
346 val runRecomposeScope = CoroutineScope(contextWithClockAndMotionScale) in createLifecycleAwareWindowRecomposer()