Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java279 protected FooterView mFooterView; field in NotificationStackScrollLayout
748 if (mFooterView == null || mController == null) { in updateFooter()
1935 if (mFooterView != null && mFooterView.getViewState() != null) {
1939 ((FooterView.FooterViewState) mFooterView.getViewState()).resetY |= mImeInset > 0;
2459 … final int footerIntrinsicHeight = mFooterView != null ? mFooterView.getIntrinsicHeight() : 0;
4448 if (mFooterView != null) { in updateDecorViews()
4449 mFooterView.updateColors(); in updateDecorViews()
4560 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()
4566 if (mFooterView != null) { in setFooterView()
4567 index = indexOfChild(mFooterView); in setFooterView()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java920 mStackScroller.mFooterView.requireViewById(R.id.unlock_prompt_footer); in hasFilteredOutSeenNotifs_updateFooter()