Searched refs:fullscreenBackgroundView (Results 1 – 2 of 2) sorted by relevance
117 private View fullscreenBackgroundView; field in SurfaceViewVideoCallFragment230 fullscreenBackgroundView = view.findViewById(R.id.videocall_fullscreen_background); in onCreateView()983 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()989 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()992 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
147 private View fullscreenBackgroundView; field in VideoCallFragment270 fullscreenBackgroundView = view.findViewById(R.id.videocall_fullscreen_background); in onCreateView()1255 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()1261 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()1264 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()