Home
last modified time | relevance | path

Searched refs:VideoFullscreenUpdateEvent (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-av/src/
H A DVideo.types.ts76 export type VideoFullscreenUpdateEvent = { alias
160 onFullscreenUpdate?: (event: VideoFullscreenUpdateEvent) => void;
275 onFullscreenUpdate?: (event: { nativeEvent: VideoFullscreenUpdateEvent }) => void;
H A DExponentVideo.web.tsx10 VideoFullscreenUpdateEvent,
21 onFullscreenUpdate?: (event: { nativeEvent: VideoFullscreenUpdateEvent }) => void;
H A DVideo.tsx21 VideoFullscreenUpdateEvent,
281 _nativeOnFullscreenUpdate = (event: { nativeEvent: VideoFullscreenUpdateEvent }) => {
/expo/packages/expo-av/build/
H A DVideo.types.d.ts60 export type VideoFullscreenUpdateEvent = { alias
138 onFullscreenUpdate?: (event: VideoFullscreenUpdateEvent) => void;
256 nativeEvent: VideoFullscreenUpdateEvent;
H A DExponentVideo.web.d.ts4 import { VideoFullscreenUpdateEvent, VideoReadyForDisplayEvent } from './Video.types';
17 nativeEvent: VideoFullscreenUpdateEvent;
H A DVideo.d.ts4 import { VideoFullscreenUpdateEvent, VideoNativeProps, VideoProps, VideoReadyForDisplayEvent, Video…
91 nativeEvent: VideoFullscreenUpdateEvent;
H A DVideo.types.js.map1VideoFullscreenUpdateEvent = {\n /**\n * The kind of the fullscreen update.\n */\n fullscree…
H A DExponentVideo.web.js.map1VideoFullscreenUpdateEvent,\n VideoReadyForDisplayEvent,\n} from './Video.types';\n\ntype Exponen…
H A DVideo.js.map1VideoFullscreenUpdateEvent,\n VideoNativeProps,\n VideoProps,\n VideoReadyForDisplayEvent,\n R…
/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx4 import { AVPlaybackStatus, ResizeMode, Video, VideoFullscreenUpdateEvent } from 'expo-av';
45 const handleFullScreenUpdate = (event: VideoFullscreenUpdateEvent) =>
/expo/packages/expo-av/
H A DCHANGELOG.md235 - Mark `status` as an optional field in `VideoFullscreenUpdateEvent` and `VideoReadyForDisplayEvent…