| /expo/packages/expo-av/android/src/main/java/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 34 … fullscreenVideoPlayer.mVideoView.getStatus().containsKey(PlayerData.STATUS_IS_PLAYING_KEY_PATH) in run() 35 … && fullscreenVideoPlayer.mVideoView.getStatus().getBoolean(PlayerData.STATUS_IS_PLAYING_KEY_PATH); in run() 58 private final VideoView mVideoView; field in FullscreenVideoPlayer 68 mVideoView = videoView; in FullscreenVideoPlayer() 98 mVideoView.setOverridingUseNativeControls(null); in dismiss() 109 mParent = (FrameLayout) mVideoView.getParent(); in onStart() 110 mParent.removeView(mVideoView); in onStart() 112 mContainerView.addView(mVideoView, generateDefaultLayoutParams()); in onStart() 125 mVideoView.setOverridingUseNativeControls(true); in onAttachedToWindow() 137 mContainerView.removeView(mVideoView); in onStop() [all …]
|
| H A D | VideoTextureView.java | 19 private VideoView mVideoView = null; field in VideoTextureView 27 mVideoView = videoView; in VideoTextureView() 79 mVideoView.tryUpdateVideoSurface(mSurface); in onSurfaceTextureAvailable() 95 mVideoView.tryUpdateVideoSurface(null); in onSurfaceTextureDestroyed() 111 mVideoView.tryUpdateVideoSurface(mSurface); in onAttachedToWindow()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 34 … fullscreenVideoPlayer.mVideoView.getStatus().containsKey(PlayerData.STATUS_IS_PLAYING_KEY_PATH) in run() 35 … && fullscreenVideoPlayer.mVideoView.getStatus().getBoolean(PlayerData.STATUS_IS_PLAYING_KEY_PATH); in run() 58 private final VideoView mVideoView; field in FullscreenVideoPlayer 68 mVideoView = videoView; in FullscreenVideoPlayer() 98 mVideoView.setOverridingUseNativeControls(null); in dismiss() 109 mParent = (FrameLayout) mVideoView.getParent(); in onStart() 110 mParent.removeView(mVideoView); in onStart() 112 mContainerView.addView(mVideoView, generateDefaultLayoutParams()); in onStart() 125 mVideoView.setOverridingUseNativeControls(true); in onAttachedToWindow() 137 mContainerView.removeView(mVideoView); in onStop() [all …]
|
| H A D | VideoTextureView.java | 19 private VideoView mVideoView = null; field in VideoTextureView 27 mVideoView = videoView; in VideoTextureView() 79 mVideoView.tryUpdateVideoSurface(mSurface); in onSurfaceTextureAvailable() 95 mVideoView.tryUpdateVideoSurface(null); in onSurfaceTextureDestroyed() 111 mVideoView.tryUpdateVideoSurface(mSurface); in onAttachedToWindow()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 34 … fullscreenVideoPlayer.mVideoView.getStatus().containsKey(PlayerData.STATUS_IS_PLAYING_KEY_PATH) in run() 35 … && fullscreenVideoPlayer.mVideoView.getStatus().getBoolean(PlayerData.STATUS_IS_PLAYING_KEY_PATH); in run() 58 private final VideoView mVideoView; field in FullscreenVideoPlayer 68 mVideoView = videoView; in FullscreenVideoPlayer() 98 mVideoView.setOverridingUseNativeControls(null); in dismiss() 109 mParent = (FrameLayout) mVideoView.getParent(); in onStart() 110 mParent.removeView(mVideoView); in onStart() 112 mContainerView.addView(mVideoView, generateDefaultLayoutParams()); in onStart() 125 mVideoView.setOverridingUseNativeControls(true); in onAttachedToWindow() 137 mContainerView.removeView(mVideoView); in onStop() [all …]
|
| H A D | VideoTextureView.java | 19 private VideoView mVideoView = null; field in VideoTextureView 27 mVideoView = videoView; in VideoTextureView() 79 mVideoView.tryUpdateVideoSurface(mSurface); in onSurfaceTextureAvailable() 95 mVideoView.tryUpdateVideoSurface(null); in onSurfaceTextureDestroyed() 111 mVideoView.tryUpdateVideoSurface(mSurface); in onAttachedToWindow()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/ |
| H A D | FullscreenVideoPlayer.java | 34 … fullscreenVideoPlayer.mVideoView.getStatus().containsKey(PlayerData.STATUS_IS_PLAYING_KEY_PATH) in run() 35 … && fullscreenVideoPlayer.mVideoView.getStatus().getBoolean(PlayerData.STATUS_IS_PLAYING_KEY_PATH); in run() 58 private final VideoView mVideoView; field in FullscreenVideoPlayer 68 mVideoView = videoView; in FullscreenVideoPlayer() 98 mVideoView.setOverridingUseNativeControls(null); in dismiss() 109 mParent = (FrameLayout) mVideoView.getParent(); in onStart() 110 mParent.removeView(mVideoView); in onStart() 112 mContainerView.addView(mVideoView, generateDefaultLayoutParams()); in onStart() 125 mVideoView.setOverridingUseNativeControls(true); in onAttachedToWindow() 137 mContainerView.removeView(mVideoView); in onStop() [all …]
|
| H A D | VideoTextureView.java | 19 private VideoView mVideoView = null; field in VideoTextureView 27 mVideoView = videoView; in VideoTextureView() 79 mVideoView.tryUpdateVideoSurface(mSurface); in onSurfaceTextureAvailable() 95 mVideoView.tryUpdateVideoSurface(null); in onSurfaceTextureDestroyed() 111 mVideoView.tryUpdateVideoSurface(mSurface); in onAttachedToWindow()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewManagerImpl.kt | 155 if (mVideoView != null) { in <lambda>() 159 mVideoView = view in <lambda>() 162 mVideoView.systemUiVisibility = FULLSCREEN_SYSTEM_UI_VISIBILITY in <lambda>() 167 mVideoView.setBackgroundColor(Color.BLACK) in <lambda>() 176 rootView.addView(mVideoView, FULLSCREEN_LAYOUT_PARAMS) in <lambda>() 189 if (mVideoView == null) { in <lambda>() 202 rootView.removeView(mVideoView) in <lambda>() 204 mVideoView = null in <lambda>()
|
| H A D | RNCWebChromeClient.java | 53 protected View mVideoView; field in RNCWebChromeClient 319 … if (mVideoView != null && mVideoView.getSystemUiVisibility() != FULLSCREEN_SYSTEM_UI_VISIBILITY) { in onHostResume() 320 mVideoView.setSystemUiVisibility(FULLSCREEN_SYSTEM_UI_VISIBILITY); in onHostResume()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewManagerImpl.kt | 153 if (mVideoView != null) { in <lambda>() 157 mVideoView = view in <lambda>() 160 mVideoView.systemUiVisibility = FULLSCREEN_SYSTEM_UI_VISIBILITY in <lambda>() 165 mVideoView.setBackgroundColor(Color.BLACK) in <lambda>() 174 rootView.addView(mVideoView, FULLSCREEN_LAYOUT_PARAMS) in <lambda>() 187 if (mVideoView == null) { in <lambda>() 200 rootView.removeView(mVideoView) in <lambda>() 202 mVideoView = null in <lambda>()
|
| H A D | RNCWebChromeClient.java | 53 protected View mVideoView; field in RNCWebChromeClient 319 … if (mVideoView != null && mVideoView.getSystemUiVisibility() != FULLSCREEN_SYSTEM_UI_VISIBILITY) { in onHostResume() 320 mVideoView.setSystemUiVisibility(FULLSCREEN_SYSTEM_UI_VISIBILITY); in onHostResume()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewManager.java | 814 if (mVideoView != null) { in setupWebChromeClient() 819 mVideoView = view; in setupWebChromeClient() 825 mVideoView.setSystemUiVisibility(FULLSCREEN_SYSTEM_UI_VISIBILITY); in setupWebChromeClient() 832 mVideoView.setBackgroundColor(Color.BLACK); in setupWebChromeClient() 841 rootView.addView(mVideoView, FULLSCREEN_LAYOUT_PARAMS); in setupWebChromeClient() 856 if (mVideoView == null) { in setupWebChromeClient() 874 rootView.removeView(mVideoView); in setupWebChromeClient() 877 mVideoView = null; in setupWebChromeClient() 1211 protected View mVideoView; field in RNCWebViewManager.RNCWebChromeClient 1472 …if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT && mVideoView != null && mVideoView.getSys… in onHostResume() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewManager.java | 821 if (mVideoView != null) { in setupWebChromeClient() 826 mVideoView = view; in setupWebChromeClient() 832 mVideoView.setSystemUiVisibility(FULLSCREEN_SYSTEM_UI_VISIBILITY); in setupWebChromeClient() 839 mVideoView.setBackgroundColor(Color.BLACK); in setupWebChromeClient() 848 rootView.addView(mVideoView, FULLSCREEN_LAYOUT_PARAMS); in setupWebChromeClient() 863 if (mVideoView == null) { in setupWebChromeClient() 881 rootView.removeView(mVideoView); in setupWebChromeClient() 884 mVideoView = null; in setupWebChromeClient() 1216 protected View mVideoView; field in RNCWebViewManager.RNCWebChromeClient 1491 …if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT && mVideoView != null && mVideoView.getSys… in onHostResume() [all …]
|