Searched refs:findManagedViewById (Results 1 – 12 of 12) sorted by relevance
193 final View view = findManagedViewById(R.id.sud_bottom_scroll_view); in getScrollView()232 final View view = findManagedViewById(R.id.sud_layout_decor); in setIllustration()249 final View view = findManagedViewById(R.id.sud_layout_decor); in setIllustration()258 final View view = findManagedViewById(R.id.sud_layout_decor); in setIllustration()274 final View view = findManagedViewById(R.id.sud_layout_decor); in setIllustrationAspectRatio()292 final View view = findManagedViewById(R.id.sud_layout_decor); in setDecorPaddingTop()304 final View view = findManagedViewById(R.id.sud_layout_decor); in setLayoutBackground()
158 TextView description = this.findManagedViewById(R.id.sud_layout_description); in onFinishInflate()193 ViewStub stickyHeaderStub = findManagedViewById(R.id.sud_layout_sticky_header); in inflateStickyHeader()199 final View view = findManagedViewById(R.id.sud_scroll_view); in getScrollView()286 final View patternBg = findManagedViewById(R.id.suc_layout_status); in updateBackground()
122 public <T extends View> T findManagedViewById(int id) { in findManagedViewById() method in SetupWizardRecyclerLayout
111 public <T extends View> T findManagedViewById(int id) { in findManagedViewById() method in GlifRecyclerLayout
44 final View progressBar = templateLayout.findManagedViewById(R.id.sud_layout_progress); in isShown()79 (ViewStub) templateLayout.findManagedViewById(R.id.sud_layout_progress_stub); in getProgressBar()97 return (ProgressBar) templateLayout.findManagedViewById(R.id.sud_layout_progress); in peekProgressBar()
92 final ImageView iconImage = templateLayout.findManagedViewById(R.id.sud_layout_icon); in applyPartnerCustomizationStyle()190 return (ImageView) templateLayout.findManagedViewById(R.id.sud_layout_icon); in getView()
81 TextView header = templateLayout.findManagedViewById(R.id.suc_layout_title); in applyPartnerCustomizationStyle()141 return (TextView) templateLayout.findManagedViewById(R.id.suc_layout_title); in getTextView()
41 final View view = templateLayout.findManagedViewById(R.id.sud_layout_navigation_bar); in getNavigationBar()
92 final View list = templateLayout.findManagedViewById(android.R.id.list); in getListViewInternal()
68 View sucLayoutStatus = partnerCustomizationLayout.findManagedViewById(R.id.suc_layout_status); in StatusBarMixin()
157 footerStub = layout.findManagedViewById(R.id.suc_layout_footer);
109 public <T extends View> T findManagedViewById(int id) { in findManagedViewById() method in TemplateLayout