Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 25 of 90) sorted by relevance

1234

/expo/packages/expo-maps/ios/ExpoMaps/Records/
H A DUserLocationRecord.swift11 @Field var speed: Double? variable
21 speed = location.speed
32 speed = location.location?.speed
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Records/
H A DUserLocationRecord.swift11 @Field var speed: Double? variable
21 speed = location.speed
32 speed = location.location?.speed
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Records/
H A DUserLocationRecord.swift11 @Field var speed: Double? variable
21 speed = location.speed
32 speed = location.location?.speed
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java35 private Float speed; field in LottieAnimationViewPropertyManager
68 public void setSpeed(float speed) { in setSpeed() argument
69 this.speed = speed; in setSpeed()
146 if (speed != null) { in commitChanges()
147 view.setSpeed(speed); in commitChanges()
148 speed = null; in commitChanges()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java35 private Float speed; field in LottieAnimationViewPropertyManager
68 public void setSpeed(float speed) { in setSpeed() argument
69 this.speed = speed; in setSpeed()
146 if (speed != null) { in commitChanges()
147 view.setSpeed(speed); in commitChanges()
148 speed = null; in commitChanges()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/lottie/
H A DLottieAnimationViewPropertyManager.java35 private Float speed; field in LottieAnimationViewPropertyManager
68 public void setSpeed(float speed) { in setSpeed() argument
69 this.speed = speed; in setSpeed()
146 if (speed != null) { in commitChanges()
147 view.setSpeed(speed); in commitChanges()
148 speed = null; in commitChanges()
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/records/
H A DUserLocationRecord.kt25 var speed: Float = location.speed variable
/expo/apps/native-component-list/src/screens/GL/
H A DGLMaskScreen.tsx22 speed?: number;
100 const speed = this.props.speed || 1;
101 const a = 0.48 * Math.sin(0.001 * speed * Date.now()) + 0.5;
/expo/android/vendored/unversioned/lottie-react-native/android/src/main/java/com/airbnb/android/react/lottie/
H A DLottieAnimationViewManagerImpl.kt74 if (view.speed > 0) { in play()
79 if (view.speed < 0) { in play()
249 speed: Double, in setSpeed()
252 viewManager.speed = speed.toFloat() in setSpeed()
H A DLottieAnimationViewPropertyManager.kt57 var speed: Float? = null in <lambda>() variable
123 speed?.let { in <lambda>()
124 view.speed = it in <lambda>()
125 speed = null in <lambda>()
/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieAnimationViewComponentView.mm76 if(oldLottieProps.speed != newLottieProps.speed) {
77 [_view setSpeed:newLottieProps.speed];
/expo/packages/expo-location/build/
H A DExpoLocation.web.js24 speed: coords.speed,
H A DLocation.types.d.ts283 speed: number | null;
/expo/packages/expo-maps/src/
H A DCommon.types.ts218 speed: number;
/expo/packages/expo-maps/build/
H A DCommon.types.d.ts197 speed: number;
/expo/packages/expo-location/src/
H A DExpoLocation.web.ts33 speed: coords.speed,
/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift5 private var speed: CGFloat = 0.0 variable
27 speed = newSpeed in setSpeed()
202 animationView.animationSpeed = speed in applyProperties()
H A DLRNAnimationViewManagerObjC.m12 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(speed, CGFloat); category
/expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift5 private var speed: CGFloat = 0.0 variable
27 speed = newSpeed in setSpeed()
202 animationView.animationSpeed = speed in applyProperties()
H A DLRNAnimationViewManagerObjC.m12 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(speed, CGFloat); category
/expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift5 private var speed: CGFloat = 0.0 variable
27 speed = newSpeed in setSpeed()
202 animationView.animationSpeed = speed in applyProperties()
H A DLRNAnimationViewManagerObjC.m12 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(speed, CGFloat); category
/expo/docs/pages/build-reference/
H A Dcaching.mdx3 description: Learn how to speed up your builds by caching dependencies.
16 EAS Build runs an npm cache server that can speed up downloading JavaScript dependencies for your b…
39 EAS Build runs a Maven cache server that can speed up downloading Android dependencies for your bui…
69 …is improves the consistency of `pod install` times and generally improves speed. The cache will be…
/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DLRNAnimationViewManagerObjC.m14 RCT_EXPORT_VIEW_PROPERTY(speed, CGFloat); category
H A DContainerView.swift15 private var speed: CGFloat = 0.0 variable
68 speed = newSpeed in setSpeed()
294 animationView?.animationSpeed = speed in replaceAnimationView()

1234