Home
last modified time | relevance | path

Searched defs:coroutineScope (Results 1 – 14 of 14) sorted by relevance

/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 in abi48_0_0.expo.modules.kotlin.modules.Module
/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
/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
/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
/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
/expo/packages/expo-barcode-scanner/android/src/main/java/expo/modules/barcodescanner/
H A DBarCodeScannerViewFinder.kt31 private val coroutineScope = CoroutineScope(Dispatchers.Default) constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt25 internal var coroutineScope = CoroutineScope(Dispatchers.Default) variable
/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
/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-interface/android/src/main/java/expo/interfaces/devmenu/
H A DDevMenuManagerInterface.kt109 val coroutineScope: CoroutineScope constant
/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/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/
H A DDevLauncherController.kt68 override val coroutineScope = CoroutineScope(Dispatchers.Default) in <lambda>() constant in expo.modules.devlauncher.DevLauncherController
/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