Searched refs:foregroundContainer (Results 1 – 2 of 2) sorted by relevance
674 ViewGroup foregroundContainer = (ViewGroup) container.findViewById( in hideLogoView() local676 View foreground = onCreateForegroundView(inflater, foregroundContainer); in hideLogoView()678 foregroundContainer.setVisibility(View.VISIBLE); in hideLogoView()679 foregroundContainer.addView(foreground); in hideLogoView()
679 ViewGroup foregroundContainer = (ViewGroup) container.findViewById( in hideLogoView() local681 View foreground = onCreateForegroundView(inflater, foregroundContainer); in hideLogoView()683 foregroundContainer.setVisibility(View.VISIBLE); in hideLogoView()684 foregroundContainer.addView(foreground); in hideLogoView()