| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/barcodescanner/ |
| H A D | BarCodeScannerViewFinder.kt | 31 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 D | BarCodeScannerViewFinder.kt | 31 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 D | BarCodeScannerViewFinder.kt | 31 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 D | BarCodeScannerViewFinder.kt | 29 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 D | ExpoRequestCdpInterceptor.kt | 25 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 D | ExpoRequestCdpInterceptor.kt | 25 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 D | Module.kt | 29 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 D | Module.kt | 29 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 D | DevMenuManagerInterface.kt | 109 val coroutineScope: CoroutineScope constant
|
| /expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/ |
| H A D | DevLauncherControllerInterface.kt | 33 val coroutineScope: CoroutineScope constant
|
| /expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/react/ |
| H A D | DevMenuPackagerCommandHandlersSwapper.kt | 70 DevMenuManager.coroutineScope.launch { in swapCurrentCommandHandlers()
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 68 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 D | DevMenuInternalModule.kt | 64 DevMenuManager.coroutineScope.launch { in <lambda>()
|
| /expo/packages/expo-dev-launcher/android/src/release/java/expo/modules/devlauncher/ |
| H A D | DevLauncherController.kt | 47 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 D | DevMenuDevToolsDelegate.kt | 80 manager.coroutineScope.launch { in <lambda>()
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/react/ |
| H A D | DevLauncherDevSupportManagerSwapper.kt | 57 controller.coroutineScope.launch { in swapDevSupportManagerImpl()
|
| /expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/ |
| H A D | DevMenuManager.kt | 122 override val coroutineScope: CoroutineScope constant
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/ |
| H A D | DevLauncherErrorActivity.kt | 84 controller.coroutineScope.launch { in reload()
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/ |
| H A D | DevLauncherInternalModule.kt | 99 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 D | ExpoRequestCdpInterceptorTest.kt | 31 ExpoRequestCdpInterceptor.coroutineScope = CoroutineScope(UnconfinedTestDispatcher())
|
| /expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/ |
| H A D | DevMenuManager.kt | 472 override val coroutineScope = CoroutineScope(Dispatchers.Default) in <lambda>() constant
|