| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | JsiAudioBar.tsx | 22 isPlaying, 25 isPlaying: boolean; 53 if (isJsiAudioSupported && isPlaying && !sound?._onAudioSampleReceived) { 64 }, [sound, isPlaying]);
|
| H A D | AudioPlayer.tsx | 31 isPlaying: boolean; 49 isPlaying: false, 145 if (this.state.isPlaying) { 179 extraIndicator={<JsiAudioBar isPlaying={this.state.isPlaying} sound={this._sound} />}
|
| H A D | VideoPlayer.tsx | 76 if (status.isPlaying) { 104 isPlaying={status.isLoaded ? status.isPlaying : false}
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 558 await retryForStatus(instance, { isPlaying: true }); property 590 await retryForStatus(instance, { isPlaying: true }); property 676 await retryForStatus(instance, { isPlaying: true }); property 694 await retryForStatus(instance, { isPlaying: true }); property 712 await retryForStatus(instance, { isPlaying: true }); property 720 await retryForStatus(instance, { isPlaying: true }); property 724 await retryForStatus(instance, { isPlaying: true }); property 775 await retryForStatus(instance, { isPlaying: true }); property 782 await retryForStatus(instance, { isPlaying: true }); property 786 await retryForStatus(instance, { isPlaying: true }); property [all …]
|
| H A D | Audio.js | 419 await retryForStatus(soundObject, { isPlaying: true }); property 428 await retryForStatus(soundObject, { isPlaying: true }); property 432 await retryForStatus(soundObject, { isPlaying: true }); property 455 await retryForStatus(soundObject, { isPlaying: true }); property 457 await retryForStatus(soundObject, { isPlaying: false }); property 459 await retryForStatus(soundObject, { isPlaying: true }); property 466 await retryForStatus(soundObject, { isPlaying: true }); property 468 await retryForStatus(soundObject, { isPlaying: false }); property
|
| /expo/packages/expo-video/src/ |
| H A D | VideoPlayer.ts | 8 isPlaying: boolean; property in VideoPlayer
|
| /expo/packages/expo-video/build/ |
| H A D | VideoPlayer.d.ts | 8 isPlaying: boolean; property in VideoPlayer
|
| H A D | VideoPlayer.js.map | 1 …\n * Boolean value whether the player is currently playing.\n */\n isPlaying: boolean;\n\n /…
|
| /expo/home/components/ |
| H A D | AudioPlayer.tsx | 25 isPlaying: boolean; 49 isPlaying: status.isPlaying, 81 active={playback.isLoaded && playback.isPlaying} 84 if (playback.isPlaying) {
|
| /expo/packages/expo-av/build/ |
| H A D | AV.types.d.ts | 141 isPlaying: boolean;
|
| /expo/packages/expo-av/src/ |
| H A D | AV.types.ts | 160 isPlaying: boolean;
|
| /expo/packages/expo-av/android/src/main/java/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 33 boolean isPlaying = in run() 41 if (isPlaying || keepAwakeIsActivated) { in run()
|
| H A D | MediaController.java | 366 if (uniqueDown && !mPlayer.isPlaying()) { in dispatchKeyEvent() 374 if (uniqueDown && mPlayer.isPlaying()) { in dispatchKeyEvent() 415 if (mPlayer.isPlaying()) { in updatePausePlay() 439 if (mPlayer.isPlaying()) { in doPauseResume() 627 if (!view.mDragging && view.mShowing && view.mPlayer.isPlaying()) { in handleMessage()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 33 boolean isPlaying = in run() 41 if (isPlaying || keepAwakeIsActivated) { in run()
|
| H A D | MediaController.java | 366 if (uniqueDown && !mPlayer.isPlaying()) { in dispatchKeyEvent() 374 if (uniqueDown && mPlayer.isPlaying()) { in dispatchKeyEvent() 415 if (mPlayer.isPlaying()) { in updatePausePlay() 439 if (mPlayer.isPlaying()) { in doPauseResume() 627 if (!view.mDragging && view.mShowing && view.mPlayer.isPlaying()) { in handleMessage()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 33 boolean isPlaying = in run() 41 if (isPlaying || keepAwakeIsActivated) { in run()
|
| H A D | MediaController.java | 366 if (uniqueDown && !mPlayer.isPlaying()) { in dispatchKeyEvent() 374 if (uniqueDown && mPlayer.isPlaying()) { in dispatchKeyEvent() 415 if (mPlayer.isPlaying()) { in updatePausePlay() 439 if (mPlayer.isPlaying()) { in doPauseResume() 627 if (!view.mDragging && view.mShowing && view.mPlayer.isPlaying()) { in handleMessage()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 33 boolean isPlaying = in run() 41 if (isPlaying || keepAwakeIsActivated) { in run()
|
| H A D | MediaController.java | 366 if (uniqueDown && !mPlayer.isPlaying()) { in dispatchKeyEvent() 374 if (uniqueDown && mPlayer.isPlaying()) { in dispatchKeyEvent() 415 if (mPlayer.isPlaying()) { in updatePausePlay() 439 if (mPlayer.isPlaying()) { in doPauseResume() 627 if (!view.mDragging && view.mShowing && view.mPlayer.isPlaying()) { in handleMessage()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/player/ |
| H A D | MediaPlayerData.java | 192 if (!mMediaPlayer.isPlaying()) { in playPlayerWithRateAndMuteIfNecessary() 206 if (mRate != 0 && (!mMediaPlayer.isPlaying() || !rateAndPitchAreSetCorrectly)) { in playPlayerWithRateAndMuteIfNecessary() 280 map.putBoolean(STATUS_IS_PLAYING_KEY_PATH, mMediaPlayer.isPlaying()); in getExtraStatusFields() 327 return mMediaPlayer != null && (mMediaPlayer.isPlaying() || shouldPlayerPlay()) && !mIsMuted;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/player/ |
| H A D | MediaPlayerData.java | 192 if (!mMediaPlayer.isPlaying()) { in playPlayerWithRateAndMuteIfNecessary() 206 if (mRate != 0 && (!mMediaPlayer.isPlaying() || !rateAndPitchAreSetCorrectly)) { in playPlayerWithRateAndMuteIfNecessary() 280 map.putBoolean(STATUS_IS_PLAYING_KEY_PATH, mMediaPlayer.isPlaying()); in getExtraStatusFields() 327 return mMediaPlayer != null && (mMediaPlayer.isPlaying() || shouldPlayerPlay()) && !mIsMuted;
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/player/ |
| H A D | MediaPlayerData.java | 192 if (!mMediaPlayer.isPlaying()) { in playPlayerWithRateAndMuteIfNecessary() 206 if (mRate != 0 && (!mMediaPlayer.isPlaying() || !rateAndPitchAreSetCorrectly)) { in playPlayerWithRateAndMuteIfNecessary() 280 map.putBoolean(STATUS_IS_PLAYING_KEY_PATH, mMediaPlayer.isPlaying()); in getExtraStatusFields() 327 return mMediaPlayer != null && (mMediaPlayer.isPlaying() || shouldPlayerPlay()) && !mIsMuted;
|
| /expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 200 let isPlaying = animationView.isAnimationPlaying in applyProperties() variable 212 if isPlaying { in applyProperties()
|
| /expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 200 let isPlaying = animationView.isAnimationPlaying in applyProperties() variable 212 if isPlaying { in applyProperties()
|
| /expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/ |
| H A D | ContainerView.swift | 200 let isPlaying = animationView.isAnimationPlaying in applyProperties() variable 212 if isPlaying { in applyProperties()
|