Home
last modified time | relevance | path

Searched defs:isLooping (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-av/build/
H A DAV.js44 isLooping: false, property
208 async setIsLoopingAsync(isLooping) { argument
209 return this.setStatusAsync({ isLooping }); field
/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/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-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/progress/
H A DProgressLooper.kt45 fun isLooping(): Boolean { in scheduleAt() method
/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
H A DVideo.js664 const initialStatus = { volume: 0.5, isLooping: true, rate: 0.5 }; property
/expo/packages/expo-av/src/
H A DAV.ts55 isLooping: false, constant
H A DExponentAV.web.ts88 isLooping: media.loop, constant
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAVPlayerData.m62 @property (nonatomic, assign) BOOL isLooping; property
/expo/packages/expo-av/ios/EXAV/
H A DEXAVPlayerData.m62 @property (nonatomic, assign) BOOL isLooping; property
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAVPlayerData.m62 @property (nonatomic, assign) BOOL isLooping; property
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAVPlayerData.m62 @property (nonatomic, assign) BOOL isLooping; property