Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 25 of 49) sorted by relevance

12

/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/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/
H A DABI48_0_0TextLayoutManager.cpp34 float maxHeight, in measureAndroidComponent() argument
78 maxHeight, in measureAndroidComponent()
102 float maxHeight, in measureAndroidComponentMapBuffer() argument
136 maxHeight, in measureAndroidComponentMapBuffer()
/expo/docs/ui/components/Layout/
H A DLayout.tsx76 maxHeight: `calc(100vh - ${HEADER_HEIGHT}px)`,
84 maxHeight: 'none',
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/
H A DABI49_0_0TextLayoutManager.cpp35 float maxHeight, in measureAndroidComponent() argument
79 maxHeight, in measureAndroidComponent()
103 float maxHeight, in measureAndroidComponentMapBuffer() argument
137 maxHeight, 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.cpp35 float maxHeight, in measureAndroidComponent() argument
79 maxHeight, in measureAndroidComponent()
103 float maxHeight, in measureAndroidComponentMapBuffer() argument
137 maxHeight, in measureAndroidComponentMapBuffer()
/expo/apps/native-component-list/src/screens/
H A DScrollViewScreen.tsx156 maxHeight: 300,
169 maxHeight: 96,
H A DLinearGradientScreen.tsx93 maxHeight: 200,
169 maxHeight: 200,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts80 maxHeight?: number | string | undefined; property
/expo/packages/expo-dev-launcher/bundle/components/
H A DEASUpdatesRows.tsx69 style={{ maxHeight: 10, maxWidth: 12, resizeMode: 'contain' }}
152 style={{ maxHeight: 10, maxWidth: 12, resizeMode: 'contain' }}
H A DDeepLinkModal.tsx111 <ScrollView style={{ maxHeight: 300 }}>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts90 maxHeight?: DimensionValue | undefined; property
/expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/
H A DRNSVGNodeManager.mm61 RCT_CUSTOM_SHADOW_PROPERTY(maxHeight, id, RNSVGNode) {} category
/expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/
H A DABI49_0_0RNSVGNodeManager.mm61 ABI49_0_0RCT_CUSTOM_SHADOW_PROPERTY(maxHeight, id, ABI49_0_0RNSVGNode) {} category
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0Yoga.h262 WIN_EXPORT void ABI49_0_0YGNodeStyleSetMaxHeight(ABI49_0_0YGNodeRef node, float maxHeight);
263 WIN_EXPORT void ABI49_0_0YGNodeStyleSetMaxHeightPercent(ABI49_0_0YGNodeRef node, float maxHeight);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0Yoga.h257 WIN_EXPORT void ABI47_0_0YGNodeStyleSetMaxHeight(ABI47_0_0YGNodeRef node, float maxHeight);
258 WIN_EXPORT void ABI47_0_0YGNodeStyleSetMaxHeightPercent(ABI47_0_0YGNodeRef node, float maxHeight);
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DMapMoveExample.tsx75 style={{ maxHeight: 200, width: '100%' }}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0Yoga.h263 WIN_EXPORT void ABI48_0_0YGNodeStyleSetMaxHeight(ABI48_0_0YGNodeRef node, float maxHeight);
264 WIN_EXPORT void ABI48_0_0YGNodeStyleSetMaxHeightPercent(ABI48_0_0YGNodeRef node, float maxHeight);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTShadowView.h96 @property (nonatomic, assign) ABI49_0_0YGValue maxHeight;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTShadowView.h96 @property (nonatomic, assign) ABI48_0_0YGValue maxHeight;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTShadowView.h96 @property (nonatomic, assign) ABI47_0_0YGValue maxHeight;
/expo/apps/native-component-list/src/screens/Image/
H A DImageResizableScreen.tsx214 maxHeight: MAX_HEIGHT,
/expo/docs/pages/eas-update/
H A Ddevelop-faster.mdx39 style={{ maxHeight: '700px', width: 'auto' }}

12