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/stack/
DNotificationStackScrollLayout.java237 protected FooterView mFooterView; field in NotificationStackScrollLayout
2165 boolean footerViewOnLockScreen = expandableView == mFooterView && onKeyguard();
3935 mFooterView.setTextColor(textColor);
4081 if (mFooterView != null) {
4082 index = indexOfChild(mFooterView);
4083 removeView(mFooterView);
4085 mFooterView = footerView;
4086 addView(mFooterView, index);
4111 if (mFooterView == null) {
4115 mFooterView.setVisible(visible, animate);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1188 mFooterView = (FooterView) LayoutInflater.from(mContext).inflate( in inflateFooterView()
1190 mFooterView.setDismissButtonClickListener(v -> { in inflateFooterView()
1194 mFooterView.setManageButtonClickListener(v -> { in inflateFooterView()
1197 mStackScroller.setFooterView(mFooterView); in inflateFooterView()
5016 protected FooterView mFooterView;
5500 if (mFooterView != null) { in onUpdateRowStates()
5501 mStackScroller.changeViewPosition(mFooterView, in onUpdateRowStates()