Home
last modified time | relevance | path

Searched defs:shouldPause (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DPausableComposition.kt87 @Suppress("CallbackMethodName") fun shouldPause(): Boolean in setPausableContent() method
DComposition.kt558 private var shouldPause: ShouldPauseCallback? = null variable