| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI49_0_0RCTInterpolationAnimatedNode.m | 51 NSArray<NSArray<NSNumber *> *> *outputRange, 66 [outputRange[rangeIndex][matchIndex] doubleValue], 67 [outputRange[rangeIndex + 1][matchIndex] doubleValue], 94 NSArray *outputRangeConfig = config[@"outputRange"]; 104 NSMutableArray *outputRange = [NSMutableArray arrayWithCapacity:outputRangeConfig.count]; 109 [outputRange addObject:color ? color : [UIColor whiteColor]]; 113 [outputRange addObject:outputFromStringPattern(value)]; 116 [outputRange addObject:value]; 120 _outputRange = outputRange;
|
| H A D | ABI49_0_0RCTInterpolationAnimatedNode.h | 18 NSArray<NSArray<NSNumber *> *> *outputRange,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI49_0_0RCTAnimationUtils.m | 69 * Interpolates value by mapping it from the inputRange to the outputRange. 74 NSArray<NSNumber *> *outputRange, 81 CGFloat outputMin = outputRange[rangeIndex].doubleValue; 82 CGFloat outputMax = outputRange[rangeIndex + 1].doubleValue; 87 …polateColorInRange(CGFloat value, NSArray<NSNumber *> *inputRange, NSArray<UIColor *> *outputRange) 94 [outputRange[rangeIndex] getRed:&redMin green:&greenMin blue:&blueMin alpha:&alphaMin]; 96 [outputRange[rangeIndex + 1] getRed:&redMax green:&greenMax blue:&blueMax alpha:&alphaMax];
|
| H A D | ABI49_0_0RCTAnimationUtils.h | 31 NSArray<NSNumber *> *outputRange, 36 …olateColorInRange(CGFloat value, NSArray<NSNumber *> *inputRange, NSArray<UIColor *> *outputRange);
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | PulseIndicator.tsx | 15 outputRange: [0.95, 2], 20 outputRange: [1, 0],
|
| H A D | ActivityIndicator.tsx | 25 outputRange: ['0deg', '360deg'],
|
| H A D | EASUpdatesRows.tsx | 249 outputRange: [1, 0.7], 254 outputRange: [1, 0.975],
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI47_0_0RCTAnimationUtils.m | 64 * Interpolates value by mapping it from the inputRange to the outputRange. 68 NSArray<NSNumber *> *outputRange, 75 CGFloat outputMin = outputRange[rangeIndex].doubleValue; 76 CGFloat outputMax = outputRange[rangeIndex + 1].doubleValue;
|
| H A D | ABI47_0_0RCTAnimationUtils.h | 19 NSArray<NSNumber *> *outputRange,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/ |
| H A D | ABI48_0_0RCTAnimationUtils.m | 65 * Interpolates value by mapping it from the inputRange to the outputRange. 70 NSArray<NSNumber *> *outputRange, 77 CGFloat outputMin = outputRange[rangeIndex].doubleValue; 78 CGFloat outputMax = outputRange[rangeIndex + 1].doubleValue;
|
| H A D | ABI48_0_0RCTAnimationUtils.h | 20 NSArray<NSNumber *> *outputRange,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI47_0_0RCTInterpolationAnimatedNode.m | 39 NSMutableArray *outputRange = [NSMutableArray array]; 44 for (id value in config[@"outputRange"]) { 46 [outputRange addObject:value]; 67 [outputRange addObject:[output objectAtIndex:0]]; 94 _outputRange = [outputRange copy];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI48_0_0RCTInterpolationAnimatedNode.m | 39 NSMutableArray *outputRange = [NSMutableArray array]; 44 for (id value in config[@"outputRange"]) { 46 [outputRange addObject:value]; 67 [outputRange addObject:[output objectAtIndex:0]]; 94 _outputRange = [outputRange copy];
|
| /expo/apps/native-component-list/src/screens/GestureHandler/ |
| H A D | BouncyBox.tsx | 17 outputRange: [-30, -10, 0, 10, 30], 55 outputRange: [-0.52, -0.5, -0.3, 0, 0.3, 0.5, 0.52], 59 outputRange: ['-100rad', '100rad'],
|
| H A D | GmailStyleSwipeableRow.tsx | 16 outputRange: [0, 1], 33 outputRange: [1, 0],
|
| H A D | AppleStyleSwipeableRow.tsx | 13 outputRange: [-20, 0, 0, 1], 32 outputRange: [x, 0],
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | ModalStackProvider.tsx | 44 outputRange: ['rgba(0,0,0,0)', 'rgba(0,0,0,0.75)'], 119 outputRange: [height, 0],
|
| H A D | ToastStackProvider.tsx | 128 outputRange: [height, height - distanceFromBottom, height - distanceFromBottom], 133 outputRange: [1, 1, 0],
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | resolveProps.ts | 31 outputRange: [start, end],
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | GestureHandlerPinchScreen.tsx | 52 outputRange: ['-100rad', '100rad'], 63 outputRange: ['1rad', '1rad', '0rad', '0rad'],
|
| H A D | MaskedViewScreen.tsx | 103 outputRange: ['0deg', '360deg'],
|
| /expo/apps/native-component-list/src/components/ |
| H A D | MonoTextWithCountdown.tsx | 129 outputRange: ['0%', '100%'],
|
| /expo/apps/native-component-list/src/screens/Screens/navigation/ |
| H A D | index.tsx | 35 outputRange: ['0deg', '360deg'],
|
| /expo/home/screens/HomeScreen/ |
| H A D | DevelopmentServersOpenURL.tsx | 28 outputRange: ['0deg', '90deg'],
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorSourceMapStatus.js | 57 outputRange: ['0deg', '360deg'], property
|