| /expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/ |
| H A D | IntegerItem.java | 18 private static final long MAX = 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 | 28 private static final long MAX = 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 | 18 private static final long MAX = 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 | 28 private static final long MAX = 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 | 18 private static final long MAX = 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 | 28 private static final long MAX = 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 | 18 private static final long MAX = 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 | 28 private static final long MAX = 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/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTBorderDrawing.m | 38 MAX(0, cornerRadii.topLeft - edgeInsets.left), 39 MAX(0, cornerRadii.topLeft - edgeInsets.top), 42 MAX(0, cornerRadii.topRight - edgeInsets.right), 43 MAX(0, cornerRadii.topRight - edgeInsets.top), 46 MAX(0, cornerRadii.bottomLeft - edgeInsets.left), 47 MAX(0, cornerRadii.bottomLeft - edgeInsets.bottom), 50 MAX(0, cornerRadii.bottomRight - edgeInsets.right), 221 MAX(edgeInsets.top, edgeInsets.bottom), 222 MAX(edgeInsets.left, edgeInsets.right), 223 MAX(edgeInsets.top, edgeInsets.bottom), [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTBorderDrawing.m | 38 MAX(0, cornerRadii.topLeft - edgeInsets.left), 39 MAX(0, cornerRadii.topLeft - edgeInsets.top), 42 MAX(0, cornerRadii.topRight - edgeInsets.right), 43 MAX(0, cornerRadii.topRight - edgeInsets.top), 46 MAX(0, cornerRadii.bottomLeft - edgeInsets.left), 47 MAX(0, cornerRadii.bottomLeft - edgeInsets.bottom), 50 MAX(0, cornerRadii.bottomRight - edgeInsets.right), 221 MAX(edgeInsets.top, edgeInsets.bottom), 222 MAX(edgeInsets.left, edgeInsets.right), 223 MAX(edgeInsets.top, edgeInsets.bottom), [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTBorderDrawing.m | 38 MAX(0, cornerRadii.topLeft - edgeInsets.left), 39 MAX(0, cornerRadii.topLeft - edgeInsets.top), 42 MAX(0, cornerRadii.topRight - edgeInsets.right), 43 MAX(0, cornerRadii.topRight - edgeInsets.top), 46 MAX(0, cornerRadii.bottomLeft - edgeInsets.left), 47 MAX(0, cornerRadii.bottomLeft - edgeInsets.bottom), 50 MAX(0, cornerRadii.bottomRight - edgeInsets.right), 221 MAX(edgeInsets.top, edgeInsets.bottom), 222 MAX(edgeInsets.left, edgeInsets.right), 223 MAX(edgeInsets.top, edgeInsets.bottom), [all …]
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | RecordingConstants.ts | 77 MAX = 0x7f, enumerator 103 audioQuality: IOSAudioQuality.MAX,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Wrapper/ |
| H A D | ABI48_0_0RCTWrapperView.m | 32 return CGSizeMake(MAX(size.width, minimumSize.width), MAX(size.height, minimumSize.height));
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Wrapper/ |
| H A D | ABI49_0_0RCTWrapperView.m | 32 return CGSizeMake(MAX(size.width, minimumSize.width), MAX(size.height, minimumSize.height));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Wrapper/ |
| H A D | ABI47_0_0RCTWrapperView.m | 33 MAX(size.width, minimumSize.width), 34 MAX(size.height, minimumSize.height)
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | RecordingConstants.d.ts | 69 MAX = 127 enumerator
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/enums/ |
| H A D | NotificationImportance.java | 12 MAX(NotificationManagerCompat.IMPORTANCE_MAX, 7), enumConstant
|
| H A D | NotificationPriority.java | 14 MAX(NotificationCompat.PRIORITY_MAX, "max"); enumConstant
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTFPSGraph.m | 96 _maxFPS = MAX(_maxFPS, _FPS); 103 CGFloat targetFps = MAX(_maxFPS, 60.0);
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationChannelManager.types.d.ts | 27 MAX = 7 enumerator
|
| /expo/packages/expo-notifications/src/ |
| H A D | NotificationChannelManager.types.ts | 33 MAX = 7, enumerator
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Multiline/ |
| H A D | ABI49_0_0RCTUITextView.m | 225 …return CGSizeMake(MAX(contentSize.width, placeholderSize.width), MAX(contentSize.height, placehold… 250 …return CGSizeMake(MAX(textSize.width, placeholderSize.width), MAX(textSize.height, placeholderSize…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Multiline/ |
| H A D | ABI47_0_0RCTUITextView.m | 220 MAX(contentSize.width, placeholderSize.width), 221 MAX(contentSize.height, placeholderSize.height)); 246 …return CGSizeMake(MAX(textSize.width, placeholderSize.width), MAX(textSize.height, placeholderSize…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Multiline/ |
| H A D | ABI48_0_0RCTUITextView.m | 225 …return CGSizeMake(MAX(contentSize.width, placeholderSize.width), MAX(contentSize.height, placehold… 250 …return CGSizeMake(MAX(textSize.width, placeholderSize.width), MAX(textSize.height, placeholderSize…
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/ |
| H A D | ABI48_0_0RNSharedElementTransition.m | 316 clipInsets.top = MAX(0.0f, startVisibleLayout.origin.y - interpolatedLayout.origin.y); 318 clipInsets.top = MAX(0.0f, endVisibleLayout.origin.y - interpolatedLayout.origin.y); 327 …clipInsets.bottom = MAX(0.0f, (interpolatedLayout.origin.y + interpolatedLayout.size.height) - (en… 334 clipInsets.left = MAX(0.0f, startVisibleLayout.origin.x - interpolatedLayout.origin.x); 336 clipInsets.left = MAX(0.0f, endVisibleLayout.origin.x - interpolatedLayout.origin.x); 343 …clipInsets.right = MAX(0.0f, (interpolatedLayout.origin.x + interpolatedLayout.size.width) - (star… 345 …clipInsets.right = MAX(0.0f, (interpolatedLayout.origin.x + interpolatedLayout.size.width) - (endV… 610 contentView2.layer.opacity = MIN(MAX(_nodePosition, 0.0f), 1.0f); 614 contentView1.layer.opacity = 1.0f - MIN(MAX(_nodePosition, 0.0f), 1.0f); 619 contentView1.layer.opacity = 1.0f - MIN(MAX(_nodePosition, 0.0f), 1.0f); [all …]
|