Home
last modified time | relevance | path

Searched refs:keypath (Results 1 – 13 of 13) sorted by relevance

/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieAnimationViewComponentView.h17 return b.keypath == a.keypath && b.color == a.color;
22 return b.keypath == a.keypath && b.text == a.text;
H A DRNLottieFabricConversions.h11 @"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 DABI49_0_0RCTConvert+Lottie.m10 NSString *keypath = rawFilter[@"keypath"];
18 @"keypath": keypath,
H A DContainerView.swift206 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 DABI48_0_0RCTConvert+Lottie.m10 NSString *keypath = rawFilter[@"keypath"];
18 @"keypath": keypath,
H A DContainerView.swift206 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 DABI47_0_0RCTConvert+Lottie.m10 NSString *keypath = rawFilter[@"keypath"];
18 @"keypath": keypath,
H A DContainerView.swift206 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 DRCTConvert+Lottie.m10 NSString *keypath = rawFilter[@"keypath"];
18 @"keypath": keypath,
H A DContainerView.swift311 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 DABI48_0_0RCTComponentData.m246 // Disect keypath
328 // Follow keypath
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTComponentData.m246 // Disect keypath
328 // Follow keypath
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTComponentData.m245 // Disect keypath
327 // Follow keypath