Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 131) sorted by relevance

123456

/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DIntegerItem.java17 private static final long MIN = -999999999999999L; field in IntegerItem
21 if (value < MIN || value > MAX) { in IntegerItem()
22 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in IntegerItem()
H A DDecimalItem.java27 private static final long MIN = -999999999999999L; field in DecimalItem
32 if (value < MIN || value > MAX) { in DecimalItem()
33 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in DecimalItem()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/
H A DIntegerItem.java17 private static final long MIN = -999999999999999L; field in IntegerItem
21 if (value < MIN || value > MAX) { in IntegerItem()
22 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in IntegerItem()
H A DDecimalItem.java27 private static final long MIN = -999999999999999L; field in DecimalItem
32 if (value < MIN || value > MAX) { in DecimalItem()
33 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in DecimalItem()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/
H A DIntegerItem.java17 private static final long MIN = -999999999999999L; field in IntegerItem
21 if (value < MIN || value > MAX) { in IntegerItem()
22 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in IntegerItem()
H A DDecimalItem.java27 private static final long MIN = -999999999999999L; field in DecimalItem
32 if (value < MIN || value > MAX) { in DecimalItem()
33 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in DecimalItem()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/
H A DIntegerItem.java17 private static final long MIN = -999999999999999L; field in IntegerItem
21 if (value < MIN || value > MAX) { in IntegerItem()
22 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in IntegerItem()
H A DDecimalItem.java27 private static final long MIN = -999999999999999L; field in DecimalItem
32 if (value < MIN || value > MAX) { in DecimalItem()
33 … throw new IllegalArgumentException("value must be in the range from " + MIN + " to " + MAX); in DecimalItem()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementCornerRadii.m145 …const CGFloat topScaleFactor = ABI48_0_0RCTZeroIfNaN(MIN(1, bounds.size.width / (result.topLeft + …
146 …const CGFloat bottomScaleFactor = ABI48_0_0RCTZeroIfNaN(MIN(1, bounds.size.width / (result.bottomL…
147 …const CGFloat rightScaleFactor = ABI48_0_0RCTZeroIfNaN(MIN(1, bounds.size.height / (result.topRigh…
148 …const CGFloat leftScaleFactor = ABI48_0_0RCTZeroIfNaN(MIN(1, bounds.size.height / (result.topLeft …
150 result.topLeft *= MIN(topScaleFactor, leftScaleFactor);
151 result.topRight *= MIN(topScaleFactor, rightScaleFactor);
152 result.bottomLeft *= MIN(bottomScaleFactor, leftScaleFactor);
153 result.bottomRight *= MIN(bottomScaleFactor, rightScaleFactor);
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementCornerRadii.m145 …const CGFloat topScaleFactor = ABI47_0_0RCTZeroIfNaN(MIN(1, bounds.size.width / (result.topLeft + …
146 …const CGFloat bottomScaleFactor = ABI47_0_0RCTZeroIfNaN(MIN(1, bounds.size.width / (result.bottomL…
147 …const CGFloat rightScaleFactor = ABI47_0_0RCTZeroIfNaN(MIN(1, bounds.size.height / (result.topRigh…
148 …const CGFloat leftScaleFactor = ABI47_0_0RCTZeroIfNaN(MIN(1, bounds.size.height / (result.topLeft …
150 result.topLeft *= MIN(topScaleFactor, leftScaleFactor);
151 result.topRight *= MIN(topScaleFactor, rightScaleFactor);
152 result.bottomLeft *= MIN(bottomScaleFactor, leftScaleFactor);
153 result.bottomRight *= MIN(bottomScaleFactor, rightScaleFactor);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Wrapper/Example/
H A DABI48_0_0RCTWrapperExampleView.m48 …return CGSizeMake(MIN(size.width, _intrinsicContentSize.width), MIN(size.height, _intrinsicContent…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Wrapper/Example/
H A DABI49_0_0RCTWrapperExampleView.m48 …return CGSizeMake(MIN(size.width, _intrinsicContentSize.width), MIN(size.height, _intrinsicContent…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Wrapper/Example/
H A DABI47_0_0RCTWrapperExampleView.m53 MIN(size.width, _intrinsicContentSize.width),
54 MIN(size.height, _intrinsicContentSize.height)
/expo/packages/expo-av/src/Audio/
H A DRecordingConstants.ts73 MIN = 0, enumerator
129 audioQuality: IOSAudioQuality.MIN,
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTopAlignedLabel.ios.mm14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTopAlignedLabel.ios.mm14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTopAlignedLabel.ios.mm14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTopAlignedLabel.ios.mm14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
/expo/packages/expo-av/build/Audio/
H A DRecordingConstants.d.ts65 MIN = 0, enumerator
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/enums/
H A DNotificationImportance.java8 MIN(NotificationManagerCompat.IMPORTANCE_MIN, 3), enumConstant
H A DNotificationPriority.java10 MIN(NotificationCompat.PRIORITY_MIN, "min"), enumConstant
/expo/packages/expo-notifications/build/
H A DNotificationChannelManager.types.d.ts19 MIN = 3, enumerator
/expo/packages/expo-notifications/src/
H A DNotificationChannelManager.types.ts25 MIN = 3, enumerator
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTBorderDrawing.m102 MAX(0, MIN(cornerInsets.topLeft.width, bounds.size.width - cornerInsets.topRight.width)),
103 MAX(0, MIN(cornerInsets.topLeft.height, bounds.size.height - cornerInsets.bottomLeft.height)),
106 MAX(0, MIN(cornerInsets.topRight.width, bounds.size.width - cornerInsets.topLeft.width)),
107 … MAX(0, MIN(cornerInsets.topRight.height, bounds.size.height - cornerInsets.bottomRight.height)),
110 … MAX(0, MIN(cornerInsets.bottomLeft.width, bounds.size.width - cornerInsets.bottomRight.width)),
111 MAX(0, MIN(cornerInsets.bottomLeft.height, bounds.size.height - cornerInsets.topLeft.height)),
114 … MAX(0, MIN(cornerInsets.bottomRight.width, bounds.size.width - cornerInsets.bottomLeft.width)),
115 … MAX(0, MIN(cornerInsets.bottomRight.height, bounds.size.height - cornerInsets.topRight.height)),
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTBorderDrawing.m102 MAX(0, MIN(cornerInsets.topLeft.width, bounds.size.width - cornerInsets.topRight.width)),
103 MAX(0, MIN(cornerInsets.topLeft.height, bounds.size.height - cornerInsets.bottomLeft.height)),
106 MAX(0, MIN(cornerInsets.topRight.width, bounds.size.width - cornerInsets.topLeft.width)),
107 … MAX(0, MIN(cornerInsets.topRight.height, bounds.size.height - cornerInsets.bottomRight.height)),
110 … MAX(0, MIN(cornerInsets.bottomLeft.width, bounds.size.width - cornerInsets.bottomRight.width)),
111 MAX(0, MIN(cornerInsets.bottomLeft.height, bounds.size.height - cornerInsets.topLeft.height)),
114 … MAX(0, MIN(cornerInsets.bottomRight.width, bounds.size.width - cornerInsets.bottomLeft.width)),
115 … MAX(0, MIN(cornerInsets.bottomRight.height, bounds.size.height - cornerInsets.topRight.height)),

123456