| /expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/ |
| H A D | IntegerItem.java | 17 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 D | DecimalItem.java | 27 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 D | IntegerItem.java | 17 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 D | DecimalItem.java | 27 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 D | IntegerItem.java | 17 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 D | DecimalItem.java | 27 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 D | IntegerItem.java | 17 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 D | DecimalItem.java | 27 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 D | ABI48_0_0RNSharedElementCornerRadii.m | 145 …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 D | ABI47_0_0RNSharedElementCornerRadii.m | 145 …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 D | ABI48_0_0RCTWrapperExampleView.m | 48 …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 D | ABI49_0_0RCTWrapperExampleView.m | 48 …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 D | ABI47_0_0RCTWrapperExampleView.m | 53 MIN(size.width, _intrinsicContentSize.width), 54 MIN(size.height, _intrinsicContentSize.height)
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | RecordingConstants.ts | 73 MIN = 0, enumerator 129 audioQuality: IOSAudioQuality.MIN,
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGTopAlignedLabel.ios.mm | 14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Text/ |
| H A D | ABI49_0_0RNSVGTopAlignedLabel.ios.mm | 14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Text/ |
| H A D | RNSVGTopAlignedLabel.ios.mm | 14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Text/ |
| H A D | ABI48_0_0RNSVGTopAlignedLabel.ios.mm | 14 rect.size.height = MIN(rect.size.height, self.numberOfLines * self.font.lineHeight);
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | RecordingConstants.d.ts | 65 MIN = 0, enumerator
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/enums/ |
| H A D | NotificationImportance.java | 8 MIN(NotificationManagerCompat.IMPORTANCE_MIN, 3), enumConstant
|
| H A D | NotificationPriority.java | 10 MIN(NotificationCompat.PRIORITY_MIN, "min"), enumConstant
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationChannelManager.types.d.ts | 19 MIN = 3, enumerator
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationChannelManager.types.ts | 25 MIN = 3, enumerator
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTBorderDrawing.m | 102 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 D | ABI49_0_0RCTBorderDrawing.m | 102 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)),
|