Searched defs:coroutineScope (Results 1 – 9 of 9) sorted by relevance
37 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
258 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
44 private val coroutineScope: CoroutineScope = in <lambda>() constant in com.google.jetpackcamera.domain.camera.test.FakeCameraUseCase
519 public class WebViewNavigator(private val coroutineScope: CoroutineScope) { constant in WebViewNavigator
114 private val coroutineScope: CoroutineScope, in <lambda>() constant in com.google.jetpackcamera.domain.camera.CameraXCameraUseCase