Home
last modified time | relevance | path

Searched refs:presentFullscreenPlayer (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-av/build/
H A DVideo.d.ts22 presentFullscreenPlayer: () => Promise<AVPlaybackStatus>;
H A DVideo.js84 presentFullscreenPlayer = async () => { field in Video
H A DVideo.types.js.map1 …e of the native iOS fullscreen view changes (controlled via the `presentFullscreenPlayer()`\n * …
H A DVideo.js.map1 … an error, or if this was called on an Android device.\n */\n presentFullscreenPlayer = async (…
/expo/apps/test-suite/tests/
H A DVideo.js389 await instance.presentFullscreenPlayer();
417 instance.presentFullscreenPlayer().catch((error) => {
438 const presentationPromise = instance.presentFullscreenPlayer();
457 const presentationPromise = instance.presentFullscreenPlayer();
460 await instance.presentFullscreenPlayer();
/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx67 const openFullscreen = () => video.current?.presentFullscreenPlayer();
/expo/apps/fabric-tester/
H A DApp.tsx117 const setFullscreen = useCallback(() => video.current.presentFullscreenPlayer(true), [video]);
/expo/packages/expo-av/src/
H A DVideo.tsx122 presentFullscreenPlayer = async (): Promise<AVPlaybackStatus> => {