Home
last modified time | relevance | path

Searched refs:VideoFullscreenUpdate (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.types.js18 export var VideoFullscreenUpdate; variable
19 (function (VideoFullscreenUpdate) { argument
23 VideoFullscreenUpdate[VideoFullscreenUpdate["PLAYER_WILL_PRESENT"] = 0] = "PLAYER_WILL_PRESENT";
27 VideoFullscreenUpdate[VideoFullscreenUpdate["PLAYER_DID_PRESENT"] = 1] = "PLAYER_DID_PRESENT";
31 VideoFullscreenUpdate[VideoFullscreenUpdate["PLAYER_WILL_DISMISS"] = 2] = "PLAYER_WILL_DISMISS";
35 VideoFullscreenUpdate[VideoFullscreenUpdate["PLAYER_DID_DISMISS"] = 3] = "PLAYER_DID_DISMISS";
36 })(VideoFullscreenUpdate || (VideoFullscreenUpdate = {}));
H A DExponentVideo.web.js5 import { VideoFullscreenUpdate, } from './Video.types';
18 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_PRESENT },
23 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_DISMISS },
H A DVideo.types.d.ts42 export declare enum VideoFullscreenUpdate { enum
64 fullscreenUpdate: VideoFullscreenUpdate;
H A DExponentVideo.web.js.map1VideoFullscreenUpdate,\n VideoFullscreenUpdateEvent,\n VideoReadyForDisplayEvent,\n} from './Vid…
H A DVideo.types.js.map1VideoFullscreenUpdate {\n /**\n * Describing that the fullscreen player is about to present.\n …
/expo/packages/expo-av/src/
H A DVideo.types.ts56 export enum VideoFullscreenUpdate { enum
80 fullscreenUpdate: VideoFullscreenUpdate;
H A DExponentVideo.web.tsx9 VideoFullscreenUpdate,
55 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_PRESENT },
59 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_DISMISS },
/expo/apps/test-suite/tests/
H A DVideo.js4 import { Video, VideoFullscreenUpdate } from 'expo-av';
393 VideoFullscreenUpdate.PLAYER_WILL_PRESENT,
394 VideoFullscreenUpdate.PLAYER_DID_PRESENT,
401 VideoFullscreenUpdate.PLAYER_WILL_PRESENT,
402 VideoFullscreenUpdate.PLAYER_DID_PRESENT,
403 VideoFullscreenUpdate.PLAYER_WILL_DISMISS,
404 VideoFullscreenUpdate.PLAYER_DID_DISMISS,
/expo/packages/expo-av/
H A DCHANGELOG.md198 …`FULLSCREEN_UPDATE_PLAYER_DID_DISMISS` and replace them with new `VideoFullscreenUpdate` enum. ([#…