Searched refs:mFooterView (Results 1 – 2 of 2) sorted by relevance
270 protected FooterView mFooterView; field in NotificationStackScrollLayout739 if (mFooterView == null) { in updateFooter()4401 mFooterView.updateColors(); in updateDecorViews()4522 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()4527 if (mFooterView != null) { in setFooterView()4531 mFooterView = footerView; in setFooterView()4613 return mFooterView != null in isFooterViewNotGone()4619 return mFooterView != null && mFooterView.isContentVisible(); in isFooterViewContentVisible()4623 return mFooterView == null ? 0 : mFooterView.getHeight() in getFooterViewHeightWithPadding()4685 if (!belowChild && !mFooterView.isOnEmptySpace(touchX - mFooterView.getX(), in isBelowLastNotification()[all …]
904 mStackScroller.mFooterView.requireViewById(R.id.unlock_prompt_footer); in hasFilteredOutSeenNotifs_updateFooter()