Searched refs:getNotificationHeader (Results 1 – 7 of 7) sorted by relevance
327 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 …]
1069 public NotificationHeaderView getNotificationHeader() {1073 return mPrivateLayout.getNotificationHeader();
174 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()271 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()297 applyToView(apply, row.getNotificationHeader()); in apply()
305 if (this.getNotificationHeader() == null) { in updateSeekBarTint()309 int tintColor = getNotificationHeader().getOriginalIconColor(); in updateSeekBarTint()
191 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
223 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
1175 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();1182 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();