Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java93 private NotificationHeaderView mNotificationHeader; field in NotificationChildrenContainer
174 if (mNotificationHeader != null) { in onLayout()
175 mNotificationHeader.layout(0, 0, mNotificationHeader.getMeasuredWidth(), in onLayout()
176 mNotificationHeader.getMeasuredHeight()); in onLayout()
227 if (mNotificationHeader != null) { in onMeasure()
228 mNotificationHeader.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()
320 if (mNotificationHeader == null) {
321 mNotificationHeader = (NotificationHeaderView) header.apply(getContext(), this);
322 final View expandButton = mNotificationHeader.findViewById(
325 mNotificationHeader.setOnClickListener(mHeaderClickListener);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java63 protected NotificationHeaderView mNotificationHeader; field in NotificationHeaderViewWrapper
121 mNotificationHeader = mView.findViewById(com.android.internal.R.id.notification_header); in resolveHeaderViews()
127 if (mNotificationHeader != null) { in resolveHeaderViews()
128 mNotificationHeader.setShowExpandButtonAtEnd(mShowExpandButtonAtEnd); in resolveHeaderViews()
129 mColor = mNotificationHeader.getOriginalIconColor(); in resolveHeaderViews()
135 if (mNotificationHeader != null) { in addAppOpsOnClickListener()
136 mNotificationHeader.setAppOpsOnClickListener(listener); in addAppOpsOnClickListener()
305 if (mNotificationHeader != null) { in updateExpandability()
306 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()
319 return mNotificationHeader; in getNotificationHeader()
DNotificationTemplateViewWrapper.java343 if (mNotificationHeader != null) { in setHeaderVisibleAmount()
344 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()