Searched refs:mNotificationHeader (Results 1 – 2 of 2) sorted by relevance
66 protected NotificationHeaderView mNotificationHeader; field in NotificationHeaderViewWrapper149 mNotificationHeader = mView.findViewById(com.android.internal.R.id.notification_header); in resolveHeaderViews()270 if (mNotificationHeader != null) { in updateExpandability()271 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()296 return mNotificationHeader; in getNotificationHeader()
274 mCanHideHeader = mAllowHideHeader && mNotificationHeader != null in onContentUpdated()343 if (mCanHideHeader && mNotificationHeader != null) { in setHeaderVisibleAmount()344 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()