Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 25 of 215) sorted by relevance

123456789

/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt17 import kotlinx.coroutines.launch
41 launch(createExceptionHandler(cb)) { in multiGet()
49 launch(createExceptionHandler(cb)) { in multiSet()
58 launch(createExceptionHandler(cb)) { in multiRemove()
66 launch(createExceptionHandler(cb)) { in multiMerge()
75 launch(createExceptionHandler(cb)) { in getAllKeys()
85 launch(createExceptionHandler(cb)) { in clear()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt17 import kotlinx.coroutines.launch
41 launch(createExceptionHandler(cb)) { in multiGet()
49 launch(createExceptionHandler(cb)) { in multiSet()
58 launch(createExceptionHandler(cb)) { in multiRemove()
66 launch(createExceptionHandler(cb)) { in multiMerge()
75 launch(createExceptionHandler(cb)) { in getAllKeys()
85 launch(createExceptionHandler(cb)) { in clear()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DStorageModule.kt17 import kotlinx.coroutines.launch
41 launch(createExceptionHandler(cb)) { in multiGet()
49 launch(createExceptionHandler(cb)) { in multiSet()
58 launch(createExceptionHandler(cb)) { in multiRemove()
66 launch(createExceptionHandler(cb)) { in multiMerge()
75 launch(createExceptionHandler(cb)) { in getAllKeys()
85 launch(createExceptionHandler(cb)) { in clear()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
26 launch(input) { output -> continuation.resume(output) } in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi49_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
26 launch(input) { output -> continuation.resume(output) } in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi47_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
26 launch(input) { output -> continuation.resume(output) } in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/activityresult/
H A DAppContextActivityResultLauncher.kt23 abstract fun launch(input: I, callback: ActivityResultCallback<O>) in <lambda>() method in abi48_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
25 suspend fun launch(input: I): O = suspendCoroutine { continuation -> in <lambda>() method in abi48_0_0.expo.modules.kotlin.activityresult.AppContextActivityResultLauncher
26 launch(input) { output -> continuation.resume(output) } in <lambda>()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/logging/
H A DPersistentFileLogSerialDispatchQueue.kt6 import kotlinx.coroutines.launch
22 private val queueRunner = GlobalScope.launch { in stop()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/logging/
H A DPersistentFileLogSerialDispatchQueue.kt6 import kotlinx.coroutines.launch
22 private val queueRunner = GlobalScope.launch { in stop()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/logging/
H A DPersistentFileLogSerialDispatchQueue.kt6 import kotlinx.coroutines.launch
22 private val queueRunner = GlobalScope.launch { in stop()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/logging/
H A DPersistentFileLogSerialDispatchQueue.kt6 import kotlinx.coroutines.launch
22 private val queueRunner = GlobalScope.launch { in stop()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/functions/
H A DAsyncFunction.kt15 import kotlinx.coroutines.launch in <lambda>()
34 queue.launch { in <lambda>()
100 appContext.mainQueue.launch { in <lambda>()
104 appContext.modulesQueue.launch { in <lambda>()
H A DSuspendFunctionComponent.kt17 import kotlinx.coroutines.launch in <lambda>()
32 queue.launch { in <lambda>()
72 queue.launch { in <lambda>()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/react/
H A DDevLauncherDevSupportManagerSwapper.kt17 import kotlinx.coroutines.launch
57 controller.coroutineScope.launch { in swapDevSupportManagerImpl()
76 return@launch in swapDevSupportManagerImpl()
87 return@launch in swapDevSupportManagerImpl()
/expo/packages/expo-dev-client-components/src/icons/
H A DShowMenuIcon.tsx6 const lightIcon = require('../../assets/show-menu-at-launch-icon-light.png');
7 const icon = require('../../assets/show-menu-at-launch-icon.png');
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/react/
H A DDevMenuPackagerCommandHandlersSwapper.kt14 import kotlinx.coroutines.launch
70 DevMenuManager.coroutineScope.launch { in swapCurrentCommandHandlers()
106 return@launch in swapCurrentCommandHandlers()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/functions/
H A DAsyncFunction.kt19 import kotlinx.coroutines.launch in <lambda>()
38 queue.launch { in <lambda>()
99 appContext.mainQueue.launch { in <lambda>()
103 appContext.modulesQueue.launch { in <lambda>()
H A DSuspendFunctionComponent.kt15 import kotlinx.coroutines.launch in <lambda>()
30 queue.launch { in <lambda>()
60 queue.launch { in <lambda>()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt13 import kotlinx.coroutines.launch
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.kt13 import kotlinx.coroutines.launch
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/functions/
H A DAsyncFunction.kt13 import kotlinx.coroutines.launch in <lambda>()
32 queue.launch { in <lambda>()
64 queue.launch { in <lambda>()
H A DSuspendFunctionComponent.kt15 import kotlinx.coroutines.launch in <lambda>()
30 queue.launch { in <lambda>()
59 queue.launch { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/functions/
H A DAsyncFunction.kt13 import kotlinx.coroutines.launch in <lambda>()
32 queue.launch { in <lambda>()
64 queue.launch { in <lambda>()
H A DSuspendFunctionComponent.kt15 import kotlinx.coroutines.launch in <lambda>()
30 queue.launch { in <lambda>()
59 queue.launch { in <lambda>()
/expo/docs/pages/versions/unversioned/sdk/
H A Dintent-launcher.mdx3 description: A library that provides an API to launch Android intents.
12 **`expo-intent-launcher`** provides a way to launch Android intents. For example, you can use this …

123456789