Searched refs:VideoFullscreenUpdate (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-av/build/ |
| H A D | Video.types.js | 18 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 D | ExponentVideo.web.js | 5 import { VideoFullscreenUpdate, } from './Video.types'; 18 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_PRESENT }, 23 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_DISMISS },
|
| H A D | Video.types.d.ts | 42 export declare enum VideoFullscreenUpdate { enum 64 fullscreenUpdate: VideoFullscreenUpdate;
|
| H A D | ExponentVideo.web.js.map | 1 …VideoFullscreenUpdate,\n VideoFullscreenUpdateEvent,\n VideoReadyForDisplayEvent,\n} from './Vid…
|
| H A D | Video.types.js.map | 1 …VideoFullscreenUpdate {\n /**\n * Describing that the fullscreen player is about to present.\n …
|
| /expo/packages/expo-av/src/ |
| H A D | Video.types.ts | 56 export enum VideoFullscreenUpdate { enum 80 fullscreenUpdate: VideoFullscreenUpdate;
|
| H A D | ExponentVideo.web.tsx | 9 VideoFullscreenUpdate, 55 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_PRESENT }, 59 nativeEvent: { fullscreenUpdate: VideoFullscreenUpdate.PLAYER_DID_DISMISS },
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 4 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 D | CHANGELOG.md | 198 …`FULLSCREEN_UPDATE_PLAYER_DID_DISMISS` and replace them with new `VideoFullscreenUpdate` enum. ([#…
|