HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationHeader (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 59 private NotificationHeaderView mNotificationHeader;
116 mNotificationHeader = mView.findViewById(com.android.internal.R.id.notification_header);
192 for (int i = 0; i < mNotificationHeader.getChildCount(); i++) {
193 View child = mNotificationHeader.getChildAt(i);
223 boolean hadColorFilter = mNotificationHeader.getOriginalIconColor()
233 mNotificationHeader.setOnClickListener(expandable ? onClickListener : null);
238 return mNotificationHeader;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 83 private NotificationHeaderView mNotificationHeader;
147 if (mNotificationHeader != null) {
148 mNotificationHeader.layout(0, 0, mNotificationHeader.getMeasuredWidth(),
149 mNotificationHeader.getMeasuredHeight());
205 if (mNotificationHeader != null) {
206 mNotificationHeader.measure(widthMeasureSpec, headerHeightSpec);
287 if (mNotificationHeader == null) {
288 mNotificationHeader = (NotificationHeaderView) header.apply(getContext(), this);
289 final View expandButton = mNotificationHeader.findViewById
    [all...]

Completed in 148 milliseconds