Searched refs:contentContainer (Results 1 – 5 of 5) sorted by relevance
24 lateinit var contentContainer: ViewGroup37 fun getContentTranslation() = if (contentContainer.physicsAnimator.isRunning()) {40 contentContainer.translationX49 contentContainer.width - width - scrollX98 contentContainer = getChildAt(0) as ViewGroup
219 mediaContent = scrollView.contentContainer
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()
1799 ViewGroup contentContainer = (ViewGroup) LayoutInflater.from(context) in createContentContainer() local1801 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()