Home
last modified time | relevance | path

Searched refs:customSubtitleView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java436 final View customSubtitleView = template.applyWithTheme( in applyCustomDescription() local
443 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()