Home
last modified time | relevance | path

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

/expo/packages/expo-av/build/
H A DVideo.js51 _handleNewStatus = (status) => { field in Video
71 this._handleNewStatus(status);
176 this._handleNewStatus(event.nativeEvent);
188 this._handleNewStatus(event.nativeEvent);
195 this._handleNewStatus(getUnloadedStatus(error));
H A DVideo.d.ts13 _handleNewStatus: (status: AVPlaybackStatus) => void;
H A DVideo.js.map1_handleNewStatus = (status: AVPlaybackStatus) => {\n if (\n this.state.showPoster &&\n …
/expo/packages/expo-av/src/
H A DVideo.tsx77 _handleNewStatus = (status: AVPlaybackStatus) => {
104 this._handleNewStatus(status);
250 this._handleNewStatus(event.nativeEvent);
264 this._handleNewStatus(event.nativeEvent);
272 this._handleNewStatus(getUnloadedStatus(error));