Searched refs:customSubtitleView (Results 1 – 1 of 1) sorted by relevance
436 final View customSubtitleView = template.applyWithTheme( in applyCustomDescription() local443 Slog.v(TAG, "applyCustomDescription(): view = " + customSubtitleView in applyCustomDescription()462 templateUpdates.reapply(context, customSubtitleView); in applyCustomDescription()478 template.reapply(context, customSubtitleView); in applyCustomDescription()488 if (!(customSubtitleView instanceof ViewGroup)) { in applyCustomDescription()490 + "ViewGroup: " + customSubtitleView); in applyCustomDescription()492 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription()512 applyTextViewStyle(customSubtitleView); in applyCustomDescription()517 subtitleContainer.addView(customSubtitleView); in applyCustomDescription()