Searched refs:contentContainer (Results 1 – 7 of 7) sorted by relevance
38 lateinit var contentContainer: ViewGroup variable52 if (contentContainer.physicsAnimator.isRunning()) { in getContentTranslation()55 contentContainer.translationX65 contentContainer.width - width - scrollX in transformScrollX()114 contentContainer = getChildAt(0) as ViewGroup in onFinishInflate()
202 mediaContent = scrollView.contentContainer
74 View contentContainer = activity.findViewById(R.id.ultra_wide_content_container); in test_UltraWideContentWidth_isSetToCustomWidth() local75 ViewGroup.LayoutParams layoutParams = contentContainer.getLayoutParams(); in test_UltraWideContentWidth_isSetToCustomWidth()86 View contentContainer = activity.findViewById(R.id.ultra_wide_content_container); in test_UltraWideContentWidthIsSetTo0_withoutCustomValue() local87 ViewGroup.LayoutParams layoutParams = contentContainer.getLayoutParams(); in test_UltraWideContentWidthIsSetTo0_withoutCustomValue()
287 View contentContainer = getContentContainer(); in init() local288 if (contentContainer != null) { in init()290 contentContainer.setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE); in init()957 View contentContainer = findViewById(R.id.ultra_wide_content_container); in maybeSetUltraWideScreenContentWidth() local958 if (contentContainer == null) { in maybeSetUltraWideScreenContentWidth()972 ViewGroup.LayoutParams layoutParams = contentContainer.getLayoutParams(); in maybeSetUltraWideScreenContentWidth()975 contentContainer.setLayoutParams(layoutParams); in maybeSetUltraWideScreenContentWidth()985 contentContainer.setLayoutParams(contentParams); in maybeSetUltraWideScreenContentWidth()996 View contentContainer = findViewById(R.id.content_container); in getContentContainer() local997 if (contentContainer == null) { in getContentContainer()[all …]
95 View contentContainer = layout.findViewById(R.id.suw_layout_content); in assertPreferenceTemplateInflated() local97 "@id/suw_layout_content should be a ViewGroup", contentContainer instanceof ViewGroup); in assertPreferenceTemplateInflated()
96 View contentContainer = layout.findViewById(R.id.suw_layout_content); in assertPreferenceTemplateInflated() local98 "@id/suw_layout_content should be a ViewGroup", contentContainer instanceof ViewGroup); in assertPreferenceTemplateInflated()
1473 ViewGroup contentContainer = (ViewGroup) LayoutInflater.from(context) in createContentContainer() local1475 contentContainer.setLayoutParams(new ViewGroup.LayoutParams( in createContentContainer()1477 contentContainer.setTag(FloatingToolbar.FLOATING_TOOLBAR_TAG); in createContentContainer()1478 contentContainer.setClipToOutline(true); in createContentContainer()1479 return contentContainer; in createContentContainer()