Searched refs:getNotificationHeader (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationHeaderUtil.java165 sanitizeHeader(row.getNotificationHeader());
262 mParentView = mParentRow.getNotificationHeader().findViewById(mId);
270 NotificationHeaderView header = row.getNotificationHeader();
287 applyToView(apply, row.getNotificationHeader());
H A DNotificationContentView.java223 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader();
226 && mExpandedWrapper.getNotificationHeader() != null) {
227 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader();
1108 public NotificationHeaderView getNotificationHeader() { method in class:NotificationContentView
1111 header = mContractedWrapper.getNotificationHeader();
1114 header = mExpandedWrapper.getNotificationHeader();
1117 header = mHeadsUpWrapper.getNotificationHeader();
1124 return wrapper == null ? null : wrapper.getNotificationHeader();
H A DExpandableNotificationRow.java593 public NotificationHeaderView getNotificationHeader() { method in class:ExpandableNotificationRow
597 return mPrivateLayout.getNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapper.java120 public NotificationHeaderView getNotificationHeader() { method in class:NotificationViewWrapper
H A DNotificationHeaderViewWrapper.java287 public NotificationHeaderView getNotificationHeader() { method in class:NotificationHeaderViewWrapper

Completed in 850 milliseconds