Home
last modified time | relevance | path

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

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