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