Searched refs:animateSetVisibility (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | SurfaceViewVideoCallFragment.java | 982 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground() 983 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground() 988 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground() 989 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground() 991 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground() 992 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground() 1003 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in SurfaceViewVideoCallFragment
|
D | VideoCallFragment.java | 1254 animateSetVisibility(greenScreenBackgroundView, View.VISIBLE); in updateOverlayBackground() 1255 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground() 1260 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground() 1261 animateSetVisibility(fullscreenBackgroundView, View.VISIBLE); in updateOverlayBackground() 1263 animateSetVisibility(greenScreenBackgroundView, View.GONE); in updateOverlayBackground() 1264 animateSetVisibility(fullscreenBackgroundView, View.GONE); in updateOverlayBackground() 1275 private static void animateSetVisibility(final View view, final int visibility) { in animateSetVisibility() method in VideoCallFragment
|