Home
last modified time | relevance | path

Searched defs:onFullscreenUpdate (Results 1 – 5 of 5) sorted by relevance

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt50 val onFullscreenUpdate by EventDispatcher<Bundle>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt52 val onFullscreenUpdate by EventDispatcher<Bundle>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/
H A DVideoViewWrapper.kt52 val onFullscreenUpdate by EventDispatcher<Bundle>() constant
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/
H A DVideoViewWrapper.kt52 val onFullscreenUpdate by EventDispatcher<Bundle>() constant
/expo/apps/test-suite/tests/
H A DVideo.js377 const onFullscreenUpdate = (event) => fullscreenUpdates.push(event.fullscreenUpdate); function
384 onFullscreenUpdate={onFullscreenUpdate} field