Searched refs:customSubtitleView (Results 1 – 1 of 1) sorted by relevance
409 final View customSubtitleView = template.applyWithTheme( in applyCustomDescription() local416 Slog.v(TAG, "applyCustomDescription(): view = " + customSubtitleView in applyCustomDescription()434 templateUpdates.reapply(context, customSubtitleView); in applyCustomDescription()450 template.reapply(context, customSubtitleView); in applyCustomDescription()460 if (!(customSubtitleView instanceof ViewGroup)) { in applyCustomDescription()462 + "ViewGroup: " + customSubtitleView); in applyCustomDescription()464 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription()484 applyTextViewStyle(customSubtitleView); in applyCustomDescription()489 subtitleContainer.addView(customSubtitleView); in applyCustomDescription()