Searched defs:coroutineScope (Results 1 – 7 of 7) sorted by relevance
35 private val coroutineScope = CoroutineScope(Dispatchers.Default) + Job() constant
140 private val coroutineScope: CoroutineScope, constant in SwipeRefreshNestedScrollConnection274 val coroutineScope = rememberCoroutineScope() constant
84 val coroutineScope = rememberCoroutineScope() in Sample() constant
90 val coroutineScope = rememberCoroutineScope() in Sample() constant
278 public suspend fun <R> coroutineScope(block: suspend CoroutineScope.() -> R): R { in coroutineScope() method
22 protected val coroutineScope: CoroutineScope, constant in com.android.onboarding.tasks.AbstractOnboardingTaskManager
519 public class WebViewNavigator(private val coroutineScope: CoroutineScope) { constant in WebViewNavigator