Home
last modified time | relevance | path

Searched refs:maxWidth (Results 1 – 25 of 109) sorted by relevance

12345

/expo/docs/pages/guides/
H A Dios-developer-mode.mdx27 style={{ maxWidth: 240 }}
39 style={{ maxWidth: 480 }}
51 style={{ maxWidth: 480 }}
63 style={{ maxWidth: 480 }}
/expo/docs/pages/eas-update/
H A Ddebug.mdx21 style={{ maxWidth: 400 }}
35 style={{ maxWidth: 600 }}
45 style={{ maxWidth: 600 }}
55 style={{ maxWidth: 600 }}
65 style={{ maxWidth: 600 }}
75 style={{ maxWidth: 600 }}
/expo/docs/pages/ui-programming/
H A Dz-index.mdx70 style={{ maxWidth: 360 }}
132 style={{ maxWidth: 360 }}
193 style={{ maxWidth: 360 }}
253 style={{ maxWidth: 360 }}
311 style={{ maxWidth: 360 }}
370 style={{ maxWidth: 360 }}
H A Dreact-native-styling-buttons.mdx16 <ImageSpotlight style={{ maxWidth: 960 }} src="/static/images/faq-button-style-button.png" alt="" />
64 style={{ maxWidth: 640 }}
/expo/packages/expo-router/build/onboard/
H A DTutorial.js114 maxWidth: 960, property
172 maxWidth: 960, property
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/barcodescanner/
H A DExpoBarCodeScanner.kt67 fun getBestSize(supportedSizes: List<Camera.Size>, maxWidth: Int, maxHeight: Int) = in <lambda>()
69 .filter { it.width <= maxWidth && it.height <= maxHeight } in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/
H A DExpoBarCodeScanner.kt67 fun getBestSize(supportedSizes: List<Camera.Size>, maxWidth: Int, maxHeight: Int) = in <lambda>()
69 .filter { it.width <= maxWidth && it.height <= maxHeight } in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/
H A DExpoBarCodeScanner.kt67 fun getBestSize(supportedSizes: List<Camera.Size>, maxWidth: Int, maxHeight: Int) = in <lambda>()
69 .filter { it.width <= maxWidth && it.height <= maxHeight } in <lambda>()
/expo/packages/expo-barcode-scanner/android/src/main/java/expo/modules/barcodescanner/
H A DExpoBarCodeScanner.kt67 fun getBestSize(supportedSizes: List<Camera.Size>, maxWidth: Int, maxHeight: Int) = in <lambda>()
69 .filter { it.width <= maxWidth && it.height <= maxHeight } in <lambda>()
/expo/android/vendored/sdk47/react-native-screens/android/src/main/java/abi47_0_0/com/swmansion/rnscreens/
H A DCustomSearchView.kt71 maxWidth = Integer.MAX_VALUE in <lambda>()
/expo/android/vendored/sdk48/react-native-screens/android/src/main/java/abi48_0_0/com/swmansion/rnscreens/
H A DCustomSearchView.kt71 maxWidth = Integer.MAX_VALUE in <lambda>()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/
H A DABI48_0_0TextLayoutManager.cpp32 float maxWidth, in measureAndroidComponent() argument
76 maxWidth, in measureAndroidComponent()
100 float maxWidth, in measureAndroidComponentMapBuffer() argument
134 maxWidth, in measureAndroidComponentMapBuffer()
/expo/apps/native-component-list/src/components/
H A DTitledSwitch.tsx36 maxWidth: '80%',
H A DTitledPicker.tsx45 maxWidth: '80%',
/expo/android/vendored/unversioned/react-native-screens/android/src/main/java/com/swmansion/rnscreens/
H A DCustomSearchView.kt75 maxWidth = Integer.MAX_VALUE in <lambda>()
/expo/android/vendored/sdk49/react-native-screens/android/src/main/java/abi49_0_0/com/swmansion/rnscreens/
H A DCustomSearchView.kt75 maxWidth = Integer.MAX_VALUE in <lambda>()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/
H A DABI49_0_0TextLayoutManager.cpp33 float maxWidth, in measureAndroidComponent() argument
77 maxWidth, in measureAndroidComponent()
101 float maxWidth, in measureAndroidComponentMapBuffer() argument
135 maxWidth, in measureAndroidComponentMapBuffer()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/
H A DABI47_0_0TextLayoutManager.cpp33 float maxWidth, in measureAndroidComponent() argument
77 maxWidth, in measureAndroidComponent()
101 float maxWidth, in measureAndroidComponentMapBuffer() argument
135 maxWidth, in measureAndroidComponentMapBuffer()
/expo/docs/pages/accounts/
H A Daccount-types.mdx42 style={{ maxWidth: 720 }}
50 style={{ maxWidth: 720 }}
76 style={{ maxWidth: 720 }}
93 style={{ maxWidth: 720 }}
109 style={{ maxWidth: 720 }}
123 style={{ maxWidth: 720 }}
/expo/docs/pages/tutorial/
H A Dconfiguration.mdx46 style={{ maxWidth: 480 }}
64 style={{ maxWidth: 250 }}
129 <ImageSpotlight src="/static/images/tutorial/icon.png" style={{ maxWidth: 150 }} />
140 style={{ maxWidth: 250 }}
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactDetailList.tsx28 <View style={{ maxWidth: '80%' }}>
/expo/packages/expo-router/src/onboard/
H A DTutorial.tsx140 maxWidth: 960,
200 maxWidth: 960,
/expo/docs/pages/routing/
H A Derror-handling.mdx18 style={{ maxWidth: 720 }}
37 style={{ maxWidth: 720 }}
/expo/docs/pages/router/reference/
H A Dsitemap.mdx25 style={{ maxWidth: 720 }}
/expo/docs/ui/components/Footer/
H A DNewsletterSignUp.tsx51 maxWidth: 400,

12345