Home
last modified time | relevance | path

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

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