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
2345 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
2713 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4675 mFooterView.setTextColor(textColor);
4857 if (mFooterView != null) {
4858 index = indexOfChild(mFooterView);
4859 removeView(mFooterView);
4861 mFooterView = footerView;
4862 addView(mFooterView, index);
4890 if (mFooterView == null) {
[all …]