Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java327 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
330 && mExpandedWrapper.getNotificationHeader() != null) { in updateContractedHeaderWidth()
331 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
1537 public NotificationHeaderView getNotificationHeader() {
1540 header = mContractedWrapper.getNotificationHeader();
1543 header = mExpandedWrapper.getNotificationHeader();
1546 header = mHeadsUpWrapper.getNotificationHeader();
1549 header = mAmbientWrapper.getNotificationHeader();
1555 if (mContractedChild != null && mContractedWrapper.getNotificationHeader() != null) {
1556 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
[all …]
DExpandableNotificationRow.java1069 public NotificationHeaderView getNotificationHeader() {
1073 return mPrivateLayout.getNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java174 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()
271 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()
297 applyToView(apply, row.getNotificationHeader()); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java305 if (this.getNotificationHeader() == null) { in updateSeekBarTint()
309 int tintColor = getNotificationHeader().getOriginalIconColor(); in updateSeekBarTint()
DNotificationHeaderViewWrapper.java191 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
DNotificationViewWrapper.java223 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1175 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1182 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();