Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java144 final RemoteViews footerPresentation = response.getFooter(); in FillUi() local
148 } else if (headerPresentation != null || footerPresentation != null) { in FillUi()
273 if (footerPresentation != null) { in FillUi()
280 mFooter = footerPresentation.applyWithTheme( in FillUi()