| /expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 17 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 D | LRNAnimationViewManagerObjC.m | 13 RCT_EXPORT_VIEW_PROPERTY(autoPlay, BOOL); category
|
| /expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/ |
| H A D | LottieAnimationViewComponentView.mm | 92 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 D | LottieAnimationViewManagerImpl.kt | 265 autoPlay: Boolean, in setAutoPlay() 268 viewManager.autoPlay = autoPlay in setAutoPlay()
|
| H A D | LottieAnimationViewPropertyManager.kt | 56 var autoPlay: Boolean? = null in <lambda>() variable 117 autoPlay?.let { in <lambda>()
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | lottie.mdx | 42 // You can control the ref programmatically, rather than using autoPlay 49 autoPlay
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | lottie.mdx | 42 // You can control the ref programmatically, rather than using autoPlay 49 autoPlay
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | lottie.mdx | 42 // You can control the ref programmatically, rather than using autoPlay 49 autoPlay
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | lottie.mdx | 42 // You can control the ref programmatically, rather than using autoPlay 49 autoPlay
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | lottie.mdx | 42 // You can control the ref programmatically, rather than using autoPlay 49 autoPlay
|
| /expo/packages/expo-av/build/ |
| H A D | ExponentVideo.web.js | 95 …ource?.uri || undefined, muted: status.isMuted, loop: status.isLooping, autoPlay: status.shouldPla… property
|
| H A D | ExponentVideo.web.js.map | 1 … muted={status.isMuted}\n loop={status.isLooping}\n autoPlay={status.shouldPla…
|
| /expo/packages/expo-camera/src/ |
| H A D | ExponentCamera.web.tsx | 125 autoPlay 145 autoPlay?: boolean;
|
| /expo/android/vendored/unversioned/lottie-react-native/android/src/oldarch/com/airbnb/android/react/lottie/ |
| H A D | LottieAnimationViewManager.kt | 154 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 D | LottieAnimationViewManager.kt | 173 override fun setAutoPlay(view: LottieAnimationView, autoPlay: Boolean) { in setAutoPlay() 174 setAutoPlay(autoPlay, getOrCreatePropertyManager(view)) in setAutoPlay()
|
| /expo/packages/expo-camera/build/ |
| H A D | ExponentCamera.web.js | 87 … React.createElement(Video, { autoPlay: true, playsInline: true, muted: isMuted, poster: poster, property
|
| H A D | ExponentCamera.web.js.map | 1 …autoPlay\n playsInline\n muted={isMuted}\n poster={poster}\n /…
|
| /expo/packages/expo-av/src/ |
| H A D | ExponentVideo.web.tsx | 158 autoPlay={status.shouldPlay}
|