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.java280 protected FooterView mFooterView; field in NotificationStackScrollLayout
2386 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
2759 - (mMaxLayoutHeight - getIntrinsicPadding() - mFooterView.getActualHeight()));
4720 mFooterView.setTextColor(textColor);
4850 if (mFooterView != null) {
4851 index = indexOfChild(mFooterView);
4852 removeView(mFooterView);
4854 mFooterView = footerView;
4855 addView(mFooterView, index);
4883 if (mFooterView == null) {
[all …]