Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 6 of 6) sorted by relevance

/lifecycle/lifecycle-runtime/src/androidMain/kotlin/androidx/lifecycle/
DReportFragment.android.kt78 private fun dispatch(event: Lifecycle.Event) { in dispatch() method
173 internal fun dispatch(activity: Activity, event: Lifecycle.Event) { in dispatch() method
/lifecycle/lifecycle-runtime/src/nativeTest/kotlin/androidx/lifecycle/
DrunLifecycleTest.native.kt54 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method in androidx.lifecycle.SurrogateMainCoroutineDispatcher
69 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method in androidx.lifecycle.ImmediateMainCoroutineDispatcher
/lifecycle/lifecycle-runtime/src/androidUnitTest/kotlin/androidx/lifecycle/
DrunLifecycleTest.android.kt52 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method in androidx.lifecycle.SurrogateMainCoroutineDispatcher
68 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method in androidx.lifecycle.ImmediateMainCoroutineDispatcher
/lifecycle/lifecycle-common/src/jvmMain/kotlin/androidx/lifecycle/
DPausingDispatcher.jvm.kt240 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method in androidx.lifecycle.PausingDispatcher
/lifecycle/lifecycle-runtime/src/desktopTest/kotlin/
DMainDispatcherCheckerTest.kt70 override fun dispatch(context: CoroutineContext, block: Runnable) { in dispatch() method
/lifecycle/lifecycle-runtime/src/androidInstrumentedTest/kotlin/androidx/lifecycle/
DPausingDispatcherTest.kt112 override fun dispatch(context: CoroutineContext, block: Runnable) { in <lambda>() method