Home
last modified time | relevance | path

Searched refs:autoPlay (Results 1 – 18 of 18) sorted by relevance

/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DContainerView.swift17 private var autoPlay: Bool = false variable
90 @objc func setAutoPlay(_ autoPlay: Bool) { in setAutoPlay()
91 self.autoPlay = autoPlay in setAutoPlay()
320 if(autoPlay && animationView?.isAnimationPlaying == false) { in playIfNeeded()
H A DLRNAnimationViewManagerObjC.m13 RCT_EXPORT_VIEW_PROPERTY(autoPlay, BOOL); category
/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieAnimationViewComponentView.mm92 if(oldLottieProps.autoPlay != newLottieProps.autoPlay) {
93 [_view setAutoPlay:newLottieProps.autoPlay];
/expo/android/vendored/unversioned/lottie-react-native/android/src/main/java/com/airbnb/android/react/lottie/
H A DLottieAnimationViewManagerImpl.kt265 autoPlay: Boolean, in setAutoPlay()
268 viewManager.autoPlay = autoPlay in setAutoPlay()
H A DLottieAnimationViewPropertyManager.kt56 var autoPlay: Boolean? = null in <lambda>() variable
117 autoPlay?.let { in <lambda>()
/expo/docs/pages/versions/unversioned/sdk/
H A Dlottie.mdx42 // You can control the ref programmatically, rather than using autoPlay
49 autoPlay
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlottie.mdx42 // You can control the ref programmatically, rather than using autoPlay
49 autoPlay
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlottie.mdx42 // You can control the ref programmatically, rather than using autoPlay
49 autoPlay
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlottie.mdx42 // You can control the ref programmatically, rather than using autoPlay
49 autoPlay
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlottie.mdx42 // You can control the ref programmatically, rather than using autoPlay
49 autoPlay
/expo/packages/expo-av/build/
H A DExponentVideo.web.js95 …ource?.uri || undefined, muted: status.isMuted, loop: status.isLooping, autoPlay: status.shouldPla… property
H A DExponentVideo.web.js.map1 … muted={status.isMuted}\n loop={status.isLooping}\n autoPlay={status.shouldPla…
/expo/packages/expo-camera/src/
H A DExponentCamera.web.tsx125 autoPlay
145 autoPlay?: boolean;
/expo/android/vendored/unversioned/lottie-react-native/android/src/oldarch/com/airbnb/android/react/lottie/
H A DLottieAnimationViewManager.kt154 fun setAutoPlay(view: LottieAnimationView, autoPlay: Boolean) { in setAutoPlay()
155 setAutoPlay(autoPlay, getOrCreatePropertyManager(view)) in setAutoPlay()
/expo/android/vendored/unversioned/lottie-react-native/android/src/newarch/com/airbnb/android/react/lottie/
H A DLottieAnimationViewManager.kt173 override fun setAutoPlay(view: LottieAnimationView, autoPlay: Boolean) { in setAutoPlay()
174 setAutoPlay(autoPlay, getOrCreatePropertyManager(view)) in setAutoPlay()
/expo/packages/expo-camera/build/
H A DExponentCamera.web.js87 … React.createElement(Video, { autoPlay: true, playsInline: true, muted: isMuted, poster: poster, property
H A DExponentCamera.web.js.map1autoPlay\n playsInline\n muted={isMuted}\n poster={poster}\n /…
/expo/packages/expo-av/src/
H A DExponentVideo.web.tsx158 autoPlay={status.shouldPlay}