Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java270 protected FooterView mFooterView; field in NotificationStackScrollLayout
739 if (mFooterView == null) { in updateFooter()
4401 mFooterView.updateColors(); in updateDecorViews()
4522 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()
4527 if (mFooterView != null) { in setFooterView()
4531 mFooterView = footerView; in setFooterView()
4613 return mFooterView != null in isFooterViewNotGone()
4619 return mFooterView != null && mFooterView.isContentVisible(); in isFooterViewContentVisible()
4623 return mFooterView == null ? 0 : mFooterView.getHeight() in getFooterViewHeightWithPadding()
4685 if (!belowChild && !mFooterView.isOnEmptySpace(touchX - mFooterView.getX(), in isBelowLastNotification()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java904 mStackScroller.mFooterView.requireViewById(R.id.unlock_prompt_footer); in hasFilteredOutSeenNotifs_updateFooter()