Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java282 protected FooterView mFooterView; field in NotificationStackScrollLayout
2343 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
2711 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4672 mFooterView.setTextColor(textColor);
4854 if (mFooterView != null) {
4855 index = indexOfChild(mFooterView);
4856 removeView(mFooterView);
4858 mFooterView = footerView;
4859 addView(mFooterView, index);
4887 if (mFooterView == null) {
[all …]