Home
last modified time | relevance | path

Searched refs:getVisibleNotificationHeader (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java502 NotificationHeaderView header = getVisibleNotificationHeader(); in updateShelfIconColor()
934 public NotificationHeaderView getVisibleNotificationHeader() {
938 return getShowingLayout().getVisibleNotificationHeader();
1308 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
1322 return getVisibleNotificationHeader() != null;
2255 NotificationHeaderView notificationHeader = getVisibleNotificationHeader();
2668 NotificationHeaderView header = getVisibleNotificationHeader();
DNotificationContentView.java556 NotificationHeaderView header = getVisibleNotificationHeader(); in focusExpandButtonIfNecessary()
1495 public NotificationHeaderView getVisibleNotificationHeader() { in getVisibleNotificationHeader() method in NotificationContentView
DNotificationShelf.java681 int iconColor = row.getVisibleNotificationHeader().getOriginalIconColor();