Searched refs:keypath (Results 1 – 13 of 13) sorted by relevance
| /expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/ |
| H A D | LottieAnimationViewComponentView.h | 17 return b.keypath == a.keypath && b.color == a.color; 22 return b.keypath == a.keypath && b.text == a.text;
|
| H A D | RNLottieFabricConversions.h | 11 @"keypath": RCTNSStringFromString(colorFilter.keypath), in convertColorFilters() 24 @"keypath": RCTNSStringFromString(textFilter.keypath), in convertTextFilters()
|
| /expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ABI49_0_0RCTConvert+Lottie.m | 10 NSString *keypath = rawFilter[@"keypath"]; 18 @"keypath": keypath,
|
| H A D | ContainerView.swift | 206 let keypath: String = "\(filter.value(forKey: "keypath") as! String).**.Color" in applyProperties() variable 207 let fillKeypath = AnimationKeypath(keypath: keypath) in applyProperties() 209 animationView.setValueProvider(colorFilterValueProvider, keypath: fillKeypath) in applyProperties()
|
| /expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ABI48_0_0RCTConvert+Lottie.m | 10 NSString *keypath = rawFilter[@"keypath"]; 18 @"keypath": keypath,
|
| H A D | ContainerView.swift | 206 let keypath: String = "\(filter.value(forKey: "keypath") as! String).**.Color" in applyProperties() variable 207 let fillKeypath = AnimationKeypath(keypath: keypath) in applyProperties() 209 animationView.setValueProvider(colorFilterValueProvider, keypath: fillKeypath) in applyProperties()
|
| /expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ABI47_0_0RCTConvert+Lottie.m | 10 NSString *keypath = rawFilter[@"keypath"]; 18 @"keypath": keypath,
|
| H A D | ContainerView.swift | 206 let keypath: String = "\(filter.value(forKey: "keypath") as! String).**.Color" in applyProperties() variable 207 let fillKeypath = AnimationKeypath(keypath: keypath) in applyProperties() 209 animationView.setValueProvider(colorFilterValueProvider, keypath: fillKeypath) in applyProperties()
|
| /expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/ |
| H A D | RCTConvert+Lottie.m | 10 NSString *keypath = rawFilter[@"keypath"]; 18 @"keypath": keypath,
|
| H A D | ContainerView.swift | 311 let keypath: String = "\(filter.value(forKey: "keypath") as! String).**.Color" in applyColorProperties() variable 312 let fillKeypath = AnimationKeypath(keypath: keypath) in applyColorProperties() 314 animationView.setValueProvider(colorFilterValueProvider, keypath: fillKeypath) in applyColorProperties()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTComponentData.m | 246 // Disect keypath 328 // Follow keypath
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTComponentData.m | 246 // Disect keypath 328 // Follow keypath
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTComponentData.m | 245 // Disect keypath 327 // Follow keypath
|