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.java983 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
984 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
989 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
990 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
992 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
993 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1004 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in SurfaceViewVideoCallFragment
DVideoCallFragment.java1210 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
1211 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1216 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
1217 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground()
1219 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground()
1220 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground()
1231 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in VideoCallFragment