Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 25 of 33) sorted by relevance

12

/expo/packages/expo-clipboard/android/src/main/java/expo/modules/clipboard/
H A DClipboardFileProvider.kt42 private lateinit var strategy: PathStrategy variable in expo.modules.clipboard.ClipboardFileProvider
60 strategy = getPathStrategy(context, info.authority) in onCreate()
73 val file: File = strategy.getFileForUri(uri) in getType()
86 val file: File = strategy.getFileForUri(uri) in query()
121 val file = strategy.getFileForUri(uri) in insert()
158 val strategy = getPathStrategy(context, authority) in getUriForFile() constant
159 return strategy.getUriForFile(file) in getUriForFile()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/clipboard/
H A DClipboardFileProvider.kt45 private lateinit var strategy: PathStrategy variable in abi48_0_0.expo.modules.clipboard.ClipboardFileProvider
63 strategy = getPathStrategy(context, info.authority) in onCreate()
76 val file: File = strategy.getFileForUri(uri) in getType()
89 val file: File = strategy.getFileForUri(uri) in query()
124 val file = strategy.getFileForUri(uri) in insert()
161 val strategy = getPathStrategy(context, authority) in getUriForFile() constant
162 return strategy.getUriForFile(file) in getUriForFile()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/clipboard/
H A DClipboardFileProvider.kt45 private lateinit var strategy: PathStrategy variable in abi47_0_0.expo.modules.clipboard.ClipboardFileProvider
63 strategy = getPathStrategy(context, info.authority) in onCreate()
76 val file: File = strategy.getFileForUri(uri) in getType()
89 val file: File = strategy.getFileForUri(uri) in query()
124 val file = strategy.getFileForUri(uri) in insert()
161 val strategy = getPathStrategy(context, authority) in getUriForFile() constant
162 return strategy.getUriForFile(file) in getUriForFile()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/clipboard/
H A DClipboardFileProvider.kt45 private lateinit var strategy: PathStrategy variable in abi49_0_0.expo.modules.clipboard.ClipboardFileProvider
63 strategy = getPathStrategy(context, info.authority) in onCreate()
76 val file: File = strategy.getFileForUri(uri) in getType()
89 val file: File = strategy.getFileForUri(uri) in query()
124 val file = strategy.getFileForUri(uri) in insert()
161 val strategy = getPathStrategy(context, authority) in getUriForFile() constant
162 return strategy.getUriForFile(file) in getUriForFile()
/expo/packages/expo-media-library/android/src/main/java/expo/modules/medialibrary/albums/
H A DAssetFileStrategy.kt18 val moveStrategy = AssetFileStrategy strategy@{ src, dir, context -> in <lambda>()
24 return@strategy newFile in <lambda>()
H A DAddAssetsToAlbum.kt23 …private val strategy = if (copyToAlbum) AssetFileStrategy.copyStrategy else AssetFileStrategy.move… in <lambda>() constant
65 val newAsset = strategy.apply(asset, album, context) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/medialibrary/albums/
H A DAssetFileStrategy.kt18 val moveStrategy = AssetFileStrategy strategy@{ src, dir, context -> in <lambda>()
24 return@strategy newFile in <lambda>()
H A DAddAssetsToAlbum.kt23 …private val strategy = if (copyToAlbum) AssetFileStrategy.copyStrategy else AssetFileStrategy.move… in <lambda>() constant
65 val newAsset = strategy.apply(asset, album, context) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/medialibrary/albums/
H A DAssetFileStrategy.kt18 val moveStrategy = AssetFileStrategy strategy@{ src, dir, context -> in <lambda>()
24 return@strategy newFile in <lambda>()
H A DAddAssetsToAlbum.kt23 …private val strategy = if (copyToAlbum) AssetFileStrategy.copyStrategy else AssetFileStrategy.move… in <lambda>() constant
65 val newAsset = strategy.apply(asset, album, context) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/medialibrary/albums/
H A DAssetFileStrategy.kt18 val moveStrategy = AssetFileStrategy strategy@{ src, dir, context -> in <lambda>()
24 return@strategy newFile in <lambda>()
H A DAddAssetsToAlbum.kt28 …private val strategy = if (copyToAlbum) AssetFileStrategy.copyStrategy else AssetFileStrategy.move… in <lambda>() constant
77 val newAsset = strategy.apply(asset, album, context) in <lambda>()
/expo/packages/@expo/package-manager/src/utils/
H A DnodeManagers.ts49 for (const strategy of RESOLUTION_ORDER) { constant
50 const root = strategies[strategy](projectRoot); constant
/expo/packages/@expo/package-manager/build/utils/
H A DnodeManagers.js30 for (const strategy of exports.RESOLUTION_ORDER) {
31 const root = strategies[strategy](projectRoot);
/expo/docs/providers/
H A DAnalytics.tsx29 strategy="lazyOnload"
32 <Script id="gtm-init" strategy="lazyOnload">{`
/expo/docs/pages/eas-update/
H A Dfaq.mdx7 ### How can I implement a custom update strategy for my app?
9 …updates every time the app is loaded. You can implement a custom update strategy with the [Updates…
H A Dgetting-started.mdx122 … every time the app is loaded. However, you can also implement a custom strategy with the [Updates…
/expo/.github/workflows/
H A Ddevelopment-client-e2e.yml22 strategy:
H A Dandroid-instrumentation-tests.yml42 strategy:
H A Ddevelopment-client-latest-e2e.yml15 strategy:
H A Dupdates-e2e.yml43 strategy:
H A Ddevelopment-client.yml24 strategy:
/expo/docs/pages/routing/
H A Derror-handling.mdx32 Expo Router enables fine-tuned error handling to enable a more opinionated data-loading strategy in…
/expo/packages/expo-font/build/
H A DFont.types.js.map1 …\nexport enum FontDisplay {\n /**\n * __(Default)__ The font display strategy is defined by the…
/expo/docs/pages/develop/user-interface/
H A Dsplash-screen.mdx29 Android screen sizes vary greatly with the massive variety of devices on the market. One strategy t…
33 …you depending on the size of the device's size, and you can specify the strategy used to resize th…

12