Home
last modified time | relevance | path

Searched refs:mNotificationHeader (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java66 protected NotificationHeaderView mNotificationHeader; field in NotificationHeaderViewWrapper
149 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()
DNotificationTemplateViewWrapper.java274 mCanHideHeader = mAllowHideHeader && mNotificationHeader != null in onContentUpdated()
343 if (mCanHideHeader && mNotificationHeader != null) { in setHeaderVisibleAmount()
344 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()