Home
last modified time | relevance | path

Searched refs:getNotificationHeader (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java181 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()
278 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()
308 applyToView(apply, reset, row.getNotificationHeader()); in apply()
DMediaTransferManager.java185 int fgColor = enr.getNotificationHeader().getOriginalIconColor(); in updateChip()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java320 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
323 && mExpandedWrapper.getNotificationHeader() != null) { in updateContractedHeaderWidth()
324 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
1556 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationContentView
1559 header = mContractedWrapper.getNotificationHeader(); in getNotificationHeader()
1562 header = mExpandedWrapper.getNotificationHeader(); in getNotificationHeader()
1565 header = mHeadsUpWrapper.getNotificationHeader(); in getNotificationHeader()
1597 return wrapper == null ? null : wrapper.getNotificationHeader(); in getVisibleNotificationHeader()
DExpandableNotificationRow.java1068 public NotificationHeaderView getNotificationHeader() {
1072 return mPrivateLayout.getNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java375 if (this.getNotificationHeader() == null) { in updateSeekBarTint()
379 int tintColor = getNotificationHeader().getOriginalIconColor(); in updateSeekBarTint()
DNotificationViewWrapper.java239 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
DNotificationHeaderViewWrapper.java318 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1228 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1235 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();