Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerViewFinder.kt31 private val coroutineScope = CoroutineScope(Dispatchers.Default) constant
57 coroutineScope.cancel(ModuleDestroyedException("View destroyed, scope canceled")) in onSurfaceTextureSizeChanged()
182 if (!coroutineScope.isActive) { in scanForBarcodes()
187 coroutineScope.launch { in scanForBarcodes()
189 if (!coroutineScope.isActive) { in scanForBarcodes()
207 if (coroutineScope.isActive) { in scanForBarcodes()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerViewFinder.kt31 private val coroutineScope = CoroutineScope(Dispatchers.Default) constant
57 coroutineScope.cancel(ModuleDestroyedException("View destroyed, scope canceled")) in onSurfaceTextureSizeChanged()
182 if (!coroutineScope.isActive) { in scanForBarcodes()
187 coroutineScope.launch { in scanForBarcodes()
189 if (!coroutineScope.isActive) { in scanForBarcodes()
207 if (coroutineScope.isActive) { in scanForBarcodes()
/expo/packages/expo-barcode-scanner/android/src/main/java/expo/modules/barcodescanner/
H A DBarCodeScannerViewFinder.kt31 private val coroutineScope = CoroutineScope(Dispatchers.Default) constant
57 coroutineScope.cancel(ModuleDestroyedException("View destroyed, scope canceled")) in onSurfaceTextureSizeChanged()
182 if (!coroutineScope.isActive) { in scanForBarcodes()
187 coroutineScope.launch { in scanForBarcodes()
189 if (!coroutineScope.isActive) { in scanForBarcodes()
207 if (coroutineScope.isActive) { in scanForBarcodes()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerViewFinder.kt29 private val coroutineScope = CoroutineScope(Dispatchers.Default) constant
57 coroutineScope.cancel(ModuleDestroyedException("View destroyed, scope canceled")) in onSurfaceTextureSizeChanged()
182 if (!coroutineScope.isActive) { in scanForBarcodes()
187 coroutineScope.launch { in scanForBarcodes()
189 if (!coroutineScope.isActive) { in scanForBarcodes()
207 if (coroutineScope.isActive) { in scanForBarcodes()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt25 internal var coroutineScope = CoroutineScope(Dispatchers.Default) variable
28 coroutineScope.launch { in setDelegate()
34 coroutineScope.launch { in dispatchEvent()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt25 internal var coroutineScope = CoroutineScope(Dispatchers.Default) variable
28 coroutineScope.launch { in setDelegate()
34 coroutineScope.launch { in dispatchEvent()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/modules/
H A DModule.kt29 val coroutineScope get() = coroutineScopeDelegate.value constant
43 coroutineScope.cancel(ModuleDestroyedException()) in definition()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/modules/
H A DModule.kt29 val coroutineScope get() = coroutineScopeDelegate.value constant in abi47_0_0.expo.modules.kotlin.modules.Module
43 coroutineScope.cancel(ModuleDestroyedException()) in definition()
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/
H A DDevMenuManagerInterface.kt109 val coroutineScope: CoroutineScope constant
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherControllerInterface.kt33 val coroutineScope: CoroutineScope constant
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/react/
H A DDevMenuPackagerCommandHandlersSwapper.kt70 DevMenuManager.coroutineScope.launch { in swapCurrentCommandHandlers()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt68 override val coroutineScope = CoroutineScope(Dispatchers.Default) in <lambda>() constant in expo.modules.devlauncher.DevLauncherController
214 coroutineScope.launch { in <lambda>()
228 coroutineScope.launch { in <lambda>()
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/modules/
H A DDevMenuInternalModule.kt64 DevMenuManager.coroutineScope.launch { in <lambda>()
/expo/packages/expo-dev-launcher/android/src/release/java/expo/modules/devlauncher/
H A DDevLauncherController.kt47 override val coroutineScope: CoroutineScope constant in expo.modules.devlauncher.DevLauncherController
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/devtools/
H A DDevMenuDevToolsDelegate.kt80 manager.coroutineScope.launch { in <lambda>()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/react/
H A DDevLauncherDevSupportManagerSwapper.kt57 controller.coroutineScope.launch { in swapDevSupportManagerImpl()
/expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/
H A DDevMenuManager.kt122 override val coroutineScope: CoroutineScope constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorActivity.kt84 controller.coroutineScope.launch { in reload()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt99 controller.coroutineScope.launch { in loadUpdate()
117 controller.coroutineScope.launch { in loadApp()
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptorTest.kt31 ExpoRequestCdpInterceptor.coroutineScope = CoroutineScope(UnconfinedTestDispatcher())
/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuManager.kt472 override val coroutineScope = CoroutineScope(Dispatchers.Default) in <lambda>() constant