Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DOnboardingSupportFragment.java674 ViewGroup foregroundContainer = (ViewGroup) container.findViewById( in hideLogoView() local
676 View foreground = onCreateForegroundView(inflater, foregroundContainer); in hideLogoView()
678 foregroundContainer.setVisibility(View.VISIBLE); in hideLogoView()
679 foregroundContainer.addView(foreground); in hideLogoView()
DOnboardingFragment.java679 ViewGroup foregroundContainer = (ViewGroup) container.findViewById( in hideLogoView() local
681 View foreground = onCreateForegroundView(inflater, foregroundContainer); in hideLogoView()
683 foregroundContainer.setVisibility(View.VISIBLE); in hideLogoView()
684 foregroundContainer.addView(foreground); in hideLogoView()