Home
last modified time | relevance | path

Searched refs:toValue (Results 1 – 25 of 151) sorted by relevance

1234567

/expo/apps/native-component-list/src/screens/BlurView/
H A DuseLoopingAnimatedValue.ts4 export default (fromValue: number, toValue: number) => {
15 toValue,
19 toValue: fromValue,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi-inl.h14 inline Value toValue(Runtime&, std::nullptr_t) { in toValue() function
17 inline Value toValue(Runtime&, bool b) { in toValue() function
20 inline Value toValue(Runtime&, double d) { in toValue() function
23 inline Value toValue(Runtime&, float f) { in toValue() function
26 inline Value toValue(Runtime&, int i) { in toValue() function
29 inline Value toValue(Runtime& runtime, const char* str) { in toValue() function
32 inline Value toValue(Runtime& runtime, const std::string& str) { in toValue() function
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue() function
42 inline Value toValue(Runtime& runtime, const Value& value) { in toValue() function
45 inline Value&& toValue(Runtime&, Value&& value) { in toValue() function
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi-inl.h14 inline Value toValue(Runtime&, std::nullptr_t) { in toValue() function
17 inline Value toValue(Runtime&, bool b) { in toValue() function
20 inline Value toValue(Runtime&, double d) { in toValue() function
23 inline Value toValue(Runtime&, float f) { in toValue() function
26 inline Value toValue(Runtime&, int i) { in toValue() function
29 inline Value toValue(Runtime& runtime, const char* str) { in toValue() function
32 inline Value toValue(Runtime& runtime, const std::string& str) { in toValue() function
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue() function
42 inline Value toValue(Runtime& runtime, const Value& value) { in toValue() function
45 inline Value&& toValue(Runtime&, Value&& value) { in toValue() function
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi-inl.h14 inline Value toValue(Runtime&, std::nullptr_t) { in toValue() function
17 inline Value toValue(Runtime&, bool b) { in toValue() function
20 inline Value toValue(Runtime&, double d) { in toValue() function
23 inline Value toValue(Runtime&, float f) { in toValue() function
26 inline Value toValue(Runtime&, int i) { in toValue() function
29 inline Value toValue(Runtime& runtime, const char* str) { in toValue() function
32 inline Value toValue(Runtime& runtime, const std::string& str) { in toValue() function
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue() function
42 inline Value toValue(Runtime& runtime, const Value& value) { in toValue() function
45 inline Value&& toValue(Runtime&, Value&& value) { in toValue() function
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
68 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
73 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
75 … return JsiSkColor::toValue(runtime, SkColorSetARGB(color.a * 255, color.r, color.g, color.b)); in createCtor()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
H A DJsiSkTypeface.h35 static jsi::Value toValue(jsi::Runtime &runtime, in toValue() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
H A DJsiSkTypeface.h35 static jsi::Value toValue(jsi::Runtime &runtime, in toValue() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
68 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
73 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
75 … return JsiSkColor::toValue(runtime, SkColorSetARGB(color.a * 255, color.r, color.g, color.b)); in createCtor()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkColor.h29 static jsi::Object toValue(jsi::Runtime &runtime, SkColor color) { in toValue() function
69 return JsiSkColor::toValue(runtime, arguments[0].getNumber()); in createCtor()
74 return JsiSkColor::toValue(runtime, SK_ColorBLACK); in createCtor()
76 return JsiSkColor::toValue( in createCtor()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI47_0_0RCTTrackingAnimatedNode.m24 _toValueNodeTag = config[@"toValue"];
41 // change animation config's "toValue" to reflect updated value of the parent node
43 _animationConfig[@"toValue"] = @(node.value);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI48_0_0RCTTrackingAnimatedNode.m23 _toValueNodeTag = config[@"toValue"];
40 // change animation config's "toValue" to reflect updated value of the parent node
42 _animationConfig[@"toValue"] = @(node.value);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI49_0_0RCTTrackingAnimatedNode.m23 _toValueNodeTag = config[@"toValue"];
40 // change animation config's "toValue" to reflect updated value of the parent node
42 _animationConfig[@"toValue"] = @(node.value);
/expo/packages/expo-dev-launcher/bundle/providers/
H A DModalStackProvider.tsx31 toValue: 1,
36 toValue: 0,
96 toValue: 1,
107 toValue: 0,
/expo/apps/native-component-list/src/screens/
H A DMaskedViewScreen.tsx31 toValue: 360,
42 toValue: 1.5,
47 toValue: 1,
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REAAllTransitions.m139 animation.toValue = @(finalOpacity);
146 animation.toValue = [NSValue valueWithCATransform3D:finalTransform];
171 animation.toValue = @(finalPosition);
209 animation.toValue = @(0.0f);
217 … animation.toValue = [NSValue valueWithCATransform3D:CATransform3DMakeScale(0.001, 0.001, 0.001)];
243 animation.toValue = @(finalPosition);
281 animation.toValue = [NSValue valueWithCGPoint:endValues.center];
289 animation.toValue = [NSValue valueWithCGRect:endValues.bounds];
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REAAllTransitions.m139 animation.toValue = @(finalOpacity);
146 animation.toValue = [NSValue valueWithCATransform3D:finalTransform];
171 animation.toValue = @(finalPosition);
209 animation.toValue = @(0.0f);
217 … animation.toValue = [NSValue valueWithCATransform3D:CATransform3DMakeScale(0.001, 0.001, 0.001)];
243 animation.toValue = @(finalPosition);
281 animation.toValue = [NSValue valueWithCGPoint:endValues.center];
289 animation.toValue = [NSValue valueWithCGRect:endValues.bounds];
/expo/home/components/
H A DQRIndicator.tsx15 toValue: 1,
21 toValue: 1.05,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI47_0_0RCTFrameAnimation.m57 NSNumber *toValue = [ABI47_0_0RCTConvert NSNumber:config[@"toValue"]] ?: @1;
62 _toValue = toValue.floatValue;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI49_0_0RCTFrameAnimation.m56 NSNumber *toValue = [ABI49_0_0RCTConvert NSNumber:config[@"toValue"]] ?: @1;
61 _toValue = toValue.floatValue;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Drivers/
H A DABI48_0_0RCTFrameAnimation.m56 NSNumber *toValue = [ABI48_0_0RCTConvert NSNumber:config[@"toValue"]] ?: @1;
61 _toValue = toValue.floatValue;

1234567