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