Home
last modified time | relevance | path

Searched refs:isLooping (Results 1 – 25 of 61) sorted by relevance

123

/expo/packages/expo-av/build/
H A DAV.types.d.ts173 isLooping: boolean;
239 isLooping?: boolean;
H A DAV.js44 isLooping: false, property
208 async setIsLoopingAsync(isLooping) { argument
209 return this.setStatusAsync({ isLooping }); field
H A DAV.d.ts144 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>;
166 setIsLoopingAsync(isLooping: boolean): Promise<AVPlaybackStatus>;
H A DExponentAV.web.js74 isLooping: media.loop,
112 if (status.isLooping !== undefined) {
113 media.loop = status.isLooping;
H A DVideo.types.d.ts211 isLooping?: boolean;
H A DVideo.d.ts73 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;
H A DExponentVideo.web.js95 …led, src: source?.uri || undefined, muted: status.isMuted, loop: status.isLooping, autoPlay: statu…
/expo/packages/expo-av/src/
H A DAV.types.ts192 isLooping: boolean;
262 isLooping?: boolean;
H A DAV.ts55 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 DExponentAV.web.ts88 isLooping: media.loop, constant
130 if (status.isLooping !== undefined) {
131 media.loop = status.isLooping;
H A DVideo.types.ts238 isLooping?: boolean;
/expo/apps/native-component-list/src/screens/AV/
H A DAudioPlayer.tsx30 isLooping: boolean;
48 isLooping: false,
119 _setIsLoopingAsync = async (isLooping: boolean) => this._sound?.setIsLoopingAsync(isLooping);
H A DVideoPlayer.tsx56 const setIsLoopingAsync = async (isLooping: boolean) =>
57 video.current?.setIsLoopingAsync(isLooping);
99 isLooping={status.isLoaded ? status.isLooping : false}
/expo/home/components/
H A DAudioPlayer.tsx26 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 DAudio.js323 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 DProgressLooper.kt45 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 DProgressLooper.kt45 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 DProgressLooper.kt45 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 DProgressLooper.kt45 fun isLooping(): Boolean { in scheduleAt() method
/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieContainerView.h19 - (void)setLoop:(BOOL)isLooping;
/expo/apps/native-component-list/src/screens/ImagePicker/
H A DImagePickerAssetsList.tsx24 isLooping
/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift49 @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 DContainerView.swift49 @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 DContainerView.swift49 @objc func setLoop(_ isLooping: Bool) { in setLoop()
50 loop = isLooping ? .loop : .playOnce in setLoop()
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts183 setIsLoopingAsync: (isLooping: boolean) => Promise<AVPlaybackStatus>;

123