Home
last modified time | relevance | path

Searched refs:_nativeOnFullscreenUpdate (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.js202 _nativeOnFullscreenUpdate = (event) => { field in Video
262 onFullscreenUpdate: this._nativeOnFullscreenUpdate,
H A DVideo.d.ts90 _nativeOnFullscreenUpdate: (event: {
H A DVideo.js.map1_nativeOnFullscreenUpdate = (event: { nativeEvent: VideoFullscreenUpdateEvent }) => {\n if (thi…
/expo/packages/expo-av/src/
H A DVideo.tsx281 _nativeOnFullscreenUpdate = (event: { nativeEvent: VideoFullscreenUpdateEvent }) => {
350 onFullscreenUpdate: this._nativeOnFullscreenUpdate,