Home
last modified time | relevance | path

Searched refs:onReadyForDisplay (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-av/src/
H A DVideo.types.ts154 onReadyForDisplay?: (event: VideoReadyForDisplayEvent) => void;
274 onReadyForDisplay?: (event: { nativeEvent: VideoReadyForDisplayEvent }) => void;
H A DExponentVideo.web.tsx20 onReadyForDisplay?: (event: { nativeEvent: VideoReadyForDisplayEvent }) => void;
113 if (!this.props.onReadyForDisplay) {
116 this.props.onReadyForDisplay(event);
H A DVideo.tsx276 if (this.props.onReadyForDisplay) {
277 this.props.onReadyForDisplay(event.nativeEvent);
349 onReadyForDisplay: this._nativeOnReadyForDisplay,
/expo/packages/expo-av/build/
H A DVideo.types.d.ts132 onReadyForDisplay?: (event: VideoReadyForDisplayEvent) => void;
252 onReadyForDisplay?: (event: {
H A DExponentVideo.web.js68 if (!this.props.onReadyForDisplay) {
71 this.props.onReadyForDisplay(event);
H A DVideo.js198 if (this.props.onReadyForDisplay) {
199 this.props.onReadyForDisplay(event.nativeEvent);
261 onReadyForDisplay: this._nativeOnReadyForDisplay,
H A DExponentVideo.web.d.ts13 onReadyForDisplay?: (event: {
H A DExponentVideo.web.js.map1onReadyForDisplay?: (event: { nativeEvent: VideoReadyForDisplayEvent }) => void;\n onFullscreenUp…
H A DVideo.types.js.map1onReadyForDisplay`, and `onIOSFullscreenUpdate` props pass information of the state of the `Video`…
H A DVideo.js.map1onReadyForDisplay) {\n this.props.onReadyForDisplay(event.nativeEvent);\n }\n };\n\n _na…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt49 val onReadyForDisplay by EventDispatcher<Bundle>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt51 val onReadyForDisplay by EventDispatcher<Bundle>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt51 val onReadyForDisplay by EventDispatcher<Bundle>() constant
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/
H A DVideoViewWrapper.kt51 val onReadyForDisplay by EventDispatcher<Bundle>() constant
/expo/ios/versioned/sdk48/EXAV/EXAV/Video/
H A DABI48_0_0EXVideoView.h27 @property (nonatomic, copy) ABI48_0_0EXDirectEventBlock onReadyForDisplay;
/expo/ios/versioned/sdk47/EXAV/EXAV/Video/
H A DABI47_0_0EXVideoView.h27 @property (nonatomic, copy) ABI47_0_0EXDirectEventBlock onReadyForDisplay;
/expo/packages/expo-av/ios/EXAV/Video/
H A DEXVideoView.h27 @property (nonatomic, copy) EXDirectEventBlock onReadyForDisplay;
/expo/ios/versioned/sdk49/EXAV/EXAV/Video/
H A DABI49_0_0EXVideoView.h27 @property (nonatomic, copy) ABI49_0_0EXDirectEventBlock onReadyForDisplay;
/expo/packages/expo-av/
H A DCHANGELOG.md340 - Fix orientation being returned incorrectly for videos in portrait mode in onReadyForDisplay on iO…
365 - Fix onReadyForDisplay not emitted for HLS streams/m3u8 files on iOS. ([#9443](https://github.com/…