Home
last modified time | relevance | path

Searched defs:footerView (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java222 FooterView footerView = (FooterView) view; in applyToView() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt52 private val footerView = FooterView(context, /*attrs=*/null) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4525 void setFooterView(@NonNull FooterView footerView) { in setFooterView()
5366 FooterView footerView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView() local