Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java988 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
989 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
994 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
995 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
997 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
998 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1009 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in SurfaceViewVideoCallFragment
DVideoCallFragment.java1157 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
1158 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1163 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
1164 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
1166 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
1167 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1178 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in VideoCallFragment