Home
last modified time | relevance | path

Searched refs:contentContainer (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaScrollView.kt24 lateinit var contentContainer: ViewGroup
37 fun getContentTranslation() = if (contentContainer.physicsAnimator.isRunning()) {
40 contentContainer.translationX
49 contentContainer.width - width - scrollX
98 contentContainer = getChildAt(0) as ViewGroup
H A DMediaCarouselScrollHandler.kt219 mediaContent = scrollView.contentContainer
/aosp12/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java95 View contentContainer = layout.findViewById(R.id.suw_layout_content); in assertPreferenceTemplateInflated() local
97 "@id/suw_layout_content should be a ViewGroup", contentContainer instanceof ViewGroup); in assertPreferenceTemplateInflated()
H A DSetupWizardPreferenceLayoutTest.java96 View contentContainer = layout.findViewById(R.id.suw_layout_content); in assertPreferenceTemplateInflated() local
98 "@id/suw_layout_content should be a ViewGroup", contentContainer instanceof ViewGroup); in assertPreferenceTemplateInflated()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1799 ViewGroup contentContainer = (ViewGroup) LayoutInflater.from(context) in createContentContainer() local
1801 contentContainer.setLayoutParams(new ViewGroup.LayoutParams( in createContentContainer()
1803 contentContainer.setTag(FLOATING_TOOLBAR_TAG); in createContentContainer()
1804 contentContainer.setClipToOutline(true); in createContentContainer()
1805 return contentContainer; in createContentContainer()