Searched refs:customSubtitleView (Results 1 – 1 of 1) sorted by relevance
416 final View customSubtitleView = template.applyWithTheme( in applyCustomDescription() local423 Slog.v(TAG, "applyCustomDescription(): view = " + customSubtitleView in applyCustomDescription()442 templateUpdates.reapply(context, customSubtitleView); in applyCustomDescription()458 template.reapply(context, customSubtitleView); in applyCustomDescription()468 if (!(customSubtitleView instanceof ViewGroup)) { in applyCustomDescription()470 + "ViewGroup: " + customSubtitleView); in applyCustomDescription()472 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription()492 applyTextViewStyle(customSubtitleView); in applyCustomDescription()497 subtitleContainer.addView(customSubtitleView); in applyCustomDescription()