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.java305 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
308 && mExpandedWrapper.getNotificationHeader() != null) { in updateContractedHeaderWidth()
309 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()
1443 public NotificationHeaderView getNotificationHeader() {
1446 header = mContractedWrapper.getNotificationHeader();
1449 header = mExpandedWrapper.getNotificationHeader();
1452 header = mHeadsUpWrapper.getNotificationHeader();
1458 if (mContractedChild != null && mContractedWrapper.getNotificationHeader() != null) {
1459 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps);
1461 if (mExpandedChild != null && mExpandedWrapper.getNotificationHeader() != null) {
[all …]
DExpandableNotificationRow.java1052 public NotificationHeaderView getNotificationHeader() {
1056 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.java365 if (this.getNotificationHeader() == null) { in updateSeekBarTint()
369 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.java1193 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1200 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();