Searched refs:getNotificationHeader (Results 1 – 8 of 8) sorted by relevance
181 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()278 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()308 applyToView(apply, reset, row.getNotificationHeader()); in apply()
185 int fgColor = enr.getNotificationHeader().getOriginalIconColor(); in updateChip()
320 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 NotificationContentView1559 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()
1068 public NotificationHeaderView getNotificationHeader() {1072 return mPrivateLayout.getNotificationHeader();
375 if (this.getNotificationHeader() == null) { in updateSeekBarTint()379 int tintColor = getNotificationHeader().getOriginalIconColor(); in updateSeekBarTint()
239 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
318 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
1228 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();1235 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();