Home
last modified time | relevance | path

Searched refs:play (Results 1 – 25 of 130) sorted by relevance

123456

/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift25 @objc(play:fromFrame:toFrame:)
26 public func play(_ reactTag: NSNumber, startFrame: NSNumber, endFrame: NSNumber) { in play() function
36 …view.play(fromFrame: AnimationFrameTime(truncating: startFrame), toFrame: AnimationFrameTime(trunc… in play()
38 view.play() in play()
H A DContainerView.swift73 animationView?.play() in setSpeed()
253 play(fromFrame: convertedFromFrame, toFrame: toFrame); in objcCompatiblePlay()
256 func play(fromFrame: AnimationFrameTime? = nil, toFrame: AnimationFrameTime) { in play() function
257 …animationView?.play(fromFrame: fromFrame, toFrame: toFrame, loopMode: self.loop, completion: compl… in play()
260 @objc func play() { in play() function
261 animationView?.play(completion: completionCallback) in play()
274 play() in resume()
321 self.play() in playIfNeeded()
/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift25 @objc(play:fromFrame:toFrame:)
26 public func play(_ abi49_0_0ReactTag: NSNumber, startFrame: NSNumber, endFrame: NSNumber) { in play() function
36 …view.play(fromFrame: AnimationFrameTime(truncating: startFrame), toFrame: AnimationFrameTime(trunc… in play()
38 view.play() in play()
H A DContainerView.swift32 animationView?.play() in setSpeed()
96 self.animationView?.play() in setSourceURL()
150 func play(fromFrame: AnimationFrameTime? = nil, toFrame: AnimationFrameTime) { in play() function
158 …animationView?.play(fromFrame: fromFrame, toFrame: toFrame, loopMode: self.loop, completion: callb… in play()
161 func play() { in play() function
169 animationView?.play(completion: callback) in play()
182 play() in resume()
H A DLRNAnimationViewManagerObjC.m17 ABI49_0_0RCT_EXTERN_METHOD(play:(nonnull NSNumber *)ABI49_0_0ReactTag fromFrame:(nonnull NSNumber *… category
/expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift25 @objc(play:fromFrame:toFrame:)
26 public func play(_ abi48_0_0ReactTag: NSNumber, startFrame: NSNumber, endFrame: NSNumber) { in play() function
36 …view.play(fromFrame: AnimationFrameTime(truncating: startFrame), toFrame: AnimationFrameTime(trunc… in play()
38 view.play() in play()
H A DContainerView.swift32 animationView?.play() in setSpeed()
96 self.animationView?.play() in setSourceURL()
150 func play(fromFrame: AnimationFrameTime? = nil, toFrame: AnimationFrameTime) { in play() function
158 …animationView?.play(fromFrame: fromFrame, toFrame: toFrame, loopMode: self.loop, completion: callb… in play()
161 func play() { in play() function
169 animationView?.play(completion: callback) in play()
182 play() in resume()
/expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/
H A DAnimationViewManagerModule.swift25 @objc(play:fromFrame:toFrame:)
26 public func play(_ abi47_0_0ReactTag: NSNumber, startFrame: NSNumber, endFrame: NSNumber) { in play() function
36 …view.play(fromFrame: AnimationFrameTime(truncating: startFrame), toFrame: AnimationFrameTime(trunc… in play()
38 view.play() in play()
H A DContainerView.swift32 animationView?.play() in setSpeed()
96 self.animationView?.play() in setSourceURL()
150 func play(fromFrame: AnimationFrameTime? = nil, toFrame: AnimationFrameTime) { in play() function
158 …animationView?.play(fromFrame: fromFrame, toFrame: toFrame, loopMode: self.loop, completion: callb… in play()
161 func play() { in play() function
169 animationView?.play(completion: callback) in play()
182 play() in resume()
/expo/android/versioned-abis/expoview-abi47_0_0/
H A Dbuild.gradle133 api 'com.google.android.gms:play-services-analytics:17.0.0'
134 api 'com.google.android.gms:play-services-maps:18.0.1'
135 api 'com.google.android.gms:play-services-auth:17.0.0'
136 api 'com.google.android.gms:play-services-location:20.0.0'
137 api 'com.google.android.gms:play-services-fitness:17.0.0'
138 api 'com.google.android.gms:play-services-wallet:17.0.0' //may need 10.+
157 implementation 'com.google.android.gms:play-services-ads:20.5.0'
163 play-services-ads has a bug using PendingIntent without
186 implementation "com.google.android.gms:play-services-vision:19.0.0"
190 implementation "com.google.android.play:review:2.0.1"
[all …]
/expo/docs/.vale/writing-styles/expo-docs/
H A DStores.yml12 google play store: Google Play Store
13 Google play store: Google Play Store
/expo/packages/expo-video/src/
H A DVideoPlayer.ts18 play(): void; method in VideoPlayer
/expo/packages/expo-video/build/
H A DVideoPlayer.d.ts16 play(): void; method in VideoPlayer
/expo/android/versioned-abis/expoview-abi48_0_0/
H A Dbuild.gradle130 api 'com.google.android.gms:play-services-analytics:17.0.0'
131 api 'com.google.android.gms:play-services-maps:18.0.1'
132 api 'com.google.android.gms:play-services-auth:17.0.0'
133 api 'com.google.android.gms:play-services-location:20.0.0'
134 api 'com.google.android.gms:play-services-fitness:17.0.0'
135 api 'com.google.android.gms:play-services-wallet:17.0.0' //may need 10.+
154 implementation 'com.google.android.gms:play-services-ads:20.5.0'
160 play-services-ads has a bug using PendingIntent without
183 implementation "com.google.android.gms:play-services-vision:19.0.0"
187 implementation "com.google.android.play:review:2.0.1"
[all …]
/expo/packages/expo-store-review/android/src/main/java/expo/modules/storereview/
H A DStoreReviewModule.kt7 import com.google.android.play.core.review.ReviewManager in <lambda>()
8 import com.google.android.play.core.review.ReviewManagerFactory in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/storereview/
H A DStoreReviewModule.kt7 import com.google.android.play.core.review.ReviewManager in <lambda>()
8 import com.google.android.play.core.review.ReviewManagerFactory in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/storereview/
H A DStoreReviewModule.kt7 import com.google.android.play.core.review.ReviewManager in <lambda>()
8 import com.google.android.play.core.review.ReviewManagerFactory in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/storereview/
H A DStoreReviewModule.kt7 import com.google.android.play.core.review.ReviewManager in <lambda>()
8 import com.google.android.play.core.review.ReviewManagerFactory in <lambda>()
/expo/packages/expo-store-review/android/
H A Dbuild.gradle108 implementation "com.google.android.play:review:2.0.1"
109 implementation "com.google.android.play:review-ktx:2.0.0"
110 api "com.google.android.gms:play-services-base:17.3.0"
/expo/android/versioned-abis/expoview-abi49_0_0/
H A Dbuild.gradle138 api 'com.google.android.gms:play-services-analytics:17.0.0'
139 api 'com.google.android.gms:play-services-maps:18.0.1'
140 api 'com.google.android.gms:play-services-auth:17.0.0'
141 api 'com.google.android.gms:play-services-location:20.0.0'
142 api 'com.google.android.gms:play-services-fitness:17.0.0'
143 api 'com.google.android.gms:play-services-wallet:17.0.0' //may need 10.+
163 implementation 'com.google.android.gms:play-services-ads:20.5.0'
169 play-services-ads has a bug using PendingIntent without
198 implementation "com.google.android.play:review:2.0.1"
199 implementation "com.google.android.play:review-ktx:2.0.0"
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REATransitionAnimation.h12 - (void)play;
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REATransitionAnimation.h12 - (void)play;
/expo/android/expoview/
H A Dbuild.gradle272 api 'com.google.android.gms:play-services-analytics:17.0.0'
273 api 'com.google.android.gms:play-services-maps:18.0.1'
274 api 'com.google.android.gms:play-services-auth:17.0.0'
275 api 'com.google.android.gms:play-services-location:20.0.0'
276 api 'com.google.android.gms:play-services-fitness:17.0.0'
277 api 'com.google.android.gms:play-services-wallet:17.0.0' //may need 10.+
297 implementation 'com.google.android.gms:play-services-ads:20.5.0'
303 play-services-ads has a bug using PendingIntent without
332 implementation "com.google.android.play:review:2.0.1"
333 implementation "com.google.android.play:review-ktx:2.0.0"
/expo/packages/expo-video/ios/
H A DVideoModule.swift79 player.pointer.play() in definition()
94 player.pointer.play() in definition()
/expo/apps/native-component-list/src/screens/Video/
H A DVideoScreen.tsx22 player.play();
45 player.play();

123456