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