Searched refs:mFooterView (Results 1 – 1 of 1) sorted by relevance
282 protected FooterView mFooterView; field in NotificationStackScrollLayout2343 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 …]