Home
last modified time | relevance | path

Searched refs:outputRange (Results 1 – 25 of 34) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI49_0_0RCTInterpolationAnimatedNode.m51 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 DABI49_0_0RCTInterpolationAnimatedNode.h18 NSArray<NSArray<NSNumber *> *> *outputRange,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI49_0_0RCTAnimationUtils.m69 * 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 DABI49_0_0RCTAnimationUtils.h31 NSArray<NSNumber *> *outputRange,
36 …olateColorInRange(CGFloat value, NSArray<NSNumber *> *inputRange, NSArray<UIColor *> *outputRange);
/expo/packages/expo-dev-launcher/bundle/components/
H A DPulseIndicator.tsx15 outputRange: [0.95, 2],
20 outputRange: [1, 0],
H A DActivityIndicator.tsx25 outputRange: ['0deg', '360deg'],
H A DEASUpdatesRows.tsx249 outputRange: [1, 0.7],
254 outputRange: [1, 0.975],
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI47_0_0RCTAnimationUtils.m64 * 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 DABI47_0_0RCTAnimationUtils.h19 NSArray<NSNumber *> *outputRange,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI48_0_0RCTAnimationUtils.m65 * 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 DABI48_0_0RCTAnimationUtils.h20 NSArray<NSNumber *> *outputRange,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI47_0_0RCTInterpolationAnimatedNode.m39 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 DABI48_0_0RCTInterpolationAnimatedNode.m39 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 DBouncyBox.tsx17 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 DGmailStyleSwipeableRow.tsx16 outputRange: [0, 1],
33 outputRange: [1, 0],
H A DAppleStyleSwipeableRow.tsx13 outputRange: [-20, 0, 0, 1],
32 outputRange: [x, 0],
/expo/packages/expo-dev-launcher/bundle/providers/
H A DModalStackProvider.tsx44 outputRange: ['rgba(0,0,0,0)', 'rgba(0,0,0,0.75)'],
119 outputRange: [height, 0],
H A DToastStackProvider.tsx128 outputRange: [height, height - distanceFromBottom, height - distanceFromBottom],
133 outputRange: [1, 1, 0],
/expo/apps/native-component-list/src/screens/Image/
H A DresolveProps.ts31 outputRange: [start, end],
/expo/apps/native-component-list/src/screens/
H A DGestureHandlerPinchScreen.tsx52 outputRange: ['-100rad', '100rad'],
63 outputRange: ['1rad', '1rad', '0rad', '0rad'],
H A DMaskedViewScreen.tsx103 outputRange: ['0deg', '360deg'],
/expo/apps/native-component-list/src/components/
H A DMonoTextWithCountdown.tsx129 outputRange: ['0%', '100%'],
/expo/apps/native-component-list/src/screens/Screens/navigation/
H A Dindex.tsx35 outputRange: ['0deg', '360deg'],
/expo/home/screens/HomeScreen/
H A DDevelopmentServersOpenURL.tsx28 outputRange: ['0deg', '90deg'],
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorSourceMapStatus.js57 outputRange: ['0deg', '360deg'], property

12