Searched refs:mNotificationHeader (Results 1 – 3 of 3) sorted by relevance
93 private NotificationHeaderView mNotificationHeader; field in NotificationChildrenContainer174 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 …]
63 protected NotificationHeaderView mNotificationHeader; field in NotificationHeaderViewWrapper121 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()
343 if (mNotificationHeader != null) { in setHeaderVisibleAmount()344 mNotificationHeader.setAlpha(headerVisibleAmount); in setHeaderVisibleAmount()