| /expo/packages/expo-av/build/ |
| H A D | AV.types.d.ts | 173 isLooping: boolean; 239 isLooping?: boolean;
|
| H A D | AV.js | 44 isLooping: false, property 208 async setIsLoopingAsync(isLooping) { argument 209 return this.setStatusAsync({ isLooping }); field
|
| H A D | AV.d.ts | 144 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>; 166 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>;
|
| H A D | ExponentAV.web.js | 74 isLooping: media.loop, 112 if (status.isLooping !== undefined) { 113 media.loop = status.isLooping;
|
| H A D | Video.types.d.ts | 211 isLooping?: boolean;
|
| H A D | Video.d.ts | 73 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;
|
| H A D | ExponentVideo.web.js | 95 …led, src: source?.uri || undefined, muted: status.isMuted, loop: status.isLooping, autoPlay: statu…
|
| /expo/packages/expo-av/src/ |
| H A D | AV.types.ts | 192 isLooping: boolean; 262 isLooping?: boolean;
|
| H A D | AV.ts | 55 isLooping: false, constant 337 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>; 408 async setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus> { 409 return (this as any as Playback).setStatusAsync({ isLooping });
|
| H A D | ExponentAV.web.ts | 88 isLooping: media.loop, constant 130 if (status.isLooping !== undefined) { 131 media.loop = status.isLooping;
|
| H A D | Video.types.ts | 238 isLooping?: boolean;
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AudioPlayer.tsx | 30 isLooping: boolean; 48 isLooping: false, 119 _setIsLoopingAsync = async (isLooping: boolean) => this._sound?.setIsLoopingAsync(isLooping);
|
| H A D | VideoPlayer.tsx | 56 const setIsLoopingAsync = async (isLooping: boolean) => 57 video.current?.setIsLoopingAsync(isLooping); 99 isLooping={status.isLoaded ? status.isLooping : false}
|
| /expo/home/components/ |
| H A D | AudioPlayer.tsx | 26 isLooping: boolean; 50 isLooping: status.isLooping, 110 active={playback.isLoaded && playback.isLooping} 113 playback.sound.setIsLoopingAsync(!playback.isLooping);
|
| /expo/apps/test-suite/tests/ |
| H A D | Audio.js | 323 isLooping: true, property 338 isLooping: true, property 549 await soundObject.loadAsync(mainTestingSource, { isLooping: false }); property 550 await retryForStatus(soundObject, { isLooping: false }); property 552 await retryForStatus(soundObject, { isLooping: true }); property
|
| /expo/packages/expo-av/android/src/main/java/expo/modules/av/progress/ |
| H A D | ProgressLooper.kt | 45 fun isLooping(): Boolean { in scheduleAt() method
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/progress/ |
| H A D | ProgressLooper.kt | 45 fun isLooping(): Boolean { in scheduleAt() method in abi49_0_0.expo.modules.av.progress.ProgressLooper
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/progress/ |
| H A D | ProgressLooper.kt | 45 fun isLooping(): Boolean { in scheduleAt() method
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/progress/ |
| H A D | ProgressLooper.kt | 45 fun isLooping(): Boolean { in scheduleAt() method
|
| /expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/ |
| H A D | LottieContainerView.h | 19 - (void)setLoop:(BOOL)isLooping;
|
| /expo/apps/native-component-list/src/screens/ImagePicker/ |
| H A D | ImagePickerAssetsList.tsx | 24 isLooping
|
| /expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 49 @objc func setLoop(_ isLooping: Bool) { in setLoop() 50 loop = isLooping ? .loop : .playOnce in setLoop()
|
| /expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 49 @objc func setLoop(_ isLooping: Bool) { in setLoop() 50 loop = isLooping ? .loop : .playOnce in setLoop()
|
| /expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 49 @objc func setLoop(_ isLooping: Bool) { in setLoop() 50 loop = isLooping ? .loop : .playOnce in setLoop()
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Sound.d.ts | 183 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;
|