Searched refs:getNotificationHeader (Results 1 – 6 of 6) sorted by relevance
327 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()330 && mExpandedWrapper.getNotificationHeader() != null) { in updateContractedHeaderWidth()331 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader(); in updateContractedHeaderWidth()1459 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationContentView1462 header = mContractedWrapper.getNotificationHeader(); in getNotificationHeader()1465 header = mExpandedWrapper.getNotificationHeader(); in getNotificationHeader()1468 header = mHeadsUpWrapper.getNotificationHeader(); in getNotificationHeader()1471 header = mAmbientWrapper.getNotificationHeader(); in getNotificationHeader()1477 if (mContractedChild != null && mContractedWrapper.getNotificationHeader() != null) { in showAppOpsIcons()1478 mContractedWrapper.getNotificationHeader().showAppOpsIcons(activeOps); in showAppOpsIcons()[all …]
166 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()263 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()289 applyToView(apply, row.getNotificationHeader()); in apply()
923 public NotificationHeaderView getNotificationHeader() {927 return mPrivateLayout.getNotificationHeader();
98 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
205 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
1242 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();1249 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();