Home
last modified time | relevance | path

Searched refs:animationView (Results 1 – 4 of 4) sorted by relevance

/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift14 var animationView: LottieAnimationView? variable
32 animationView?.play() in setSpeed()
35 animationView?.pause() in setSpeed()
51 animationView?.loopMode = loop in setLoop()
173 animationView?.currentProgress = 0; in reset()
174 animationView?.pause() in reset()
178 animationView?.pause() in pause()
188 animationView?.removeFromSuperview() in replaceAnimationView()
191 animationView = next in replaceAnimationView()
199 guard let animationView = animationView else { return } in applyProperties() variable
[all …]
/expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift14 var animationView: LottieAnimationView? variable
32 animationView?.play() in setSpeed()
35 animationView?.pause() in setSpeed()
51 animationView?.loopMode = loop in setLoop()
173 animationView?.currentProgress = 0; in reset()
174 animationView?.pause() in reset()
178 animationView?.pause() in pause()
188 animationView?.removeFromSuperview() in replaceAnimationView()
191 animationView = next in replaceAnimationView()
199 guard let animationView = animationView else { return } in applyProperties() variable
[all …]
/expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift14 var animationView: LottieAnimationView? variable
32 animationView?.play() in setSpeed()
35 animationView?.pause() in setSpeed()
51 animationView?.loopMode = loop in setLoop()
173 animationView?.currentProgress = 0; in reset()
174 animationView?.pause() in reset()
178 animationView?.pause() in pause()
188 animationView?.removeFromSuperview() in replaceAnimationView()
191 animationView = next in replaceAnimationView()
199 guard let animationView = animationView else { return } in applyProperties() variable
[all …]
/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DContainerView.swift26 var animationView: LottieAnimationView? variable
73 animationView?.play() in setSpeed()
76 animationView?.pause() in setSpeed()
87 animationView?.loopMode = loop in setLoop()
140 if (animationView != nil) { in setRenderMode()
266 animationView?.pause() in reset()
270 animationView?.pause() in pause()
290 animationView = next in replaceAnimationView()
295 animationView?.loopMode = loop in replaceAnimationView()
296 animationView?.frame = self.bounds in replaceAnimationView()
[all …]