Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java258 protected FooterView mFooterView; field in NotificationStackScrollLayout
678 if (mFooterView == null) { in updateFooter()
4418 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()
4424 if (mFooterView != null) { in setFooterView()
4428 mFooterView = footerView; in setFooterView()
4460 if (mFooterView == null) { in updateFooterView()
4501 return mFooterView != null in isFooterViewNotGone()
4508 return mFooterView != null && mFooterView.isContentVisible(); in isFooterViewContentVisible()
4513 return mFooterView == null ? 0 : mFooterView.getHeight() in getFooterViewHeightWithPadding()
4576 if (!belowChild && !mFooterView.isOnEmptySpace(touchX - mFooterView.getX(), in isBelowLastNotification()
[all …]