Home
last modified time | relevance | path

Searched refs:fullscreenBackgroundView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java117 private View fullscreenBackgroundView; field in SurfaceViewVideoCallFragment
230 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()
DVideoCallFragment.java147 private View fullscreenBackgroundView; field in VideoCallFragment
270 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()