Home
last modified time | relevance | path

Searched refs:getNotificationHeader (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java327 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 NotificationContentView
1462 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 …]
DNotificationHeaderUtil.java166 sanitizeHeader(row.getNotificationHeader()); in sanitizeHeaderViews()
263 mParentView = mParentRow.getNotificationHeader().findViewById(mId); in init()
289 applyToView(apply, row.getNotificationHeader()); in apply()
DExpandableNotificationRow.java923 public NotificationHeaderView getNotificationHeader() {
927 return mPrivateLayout.getNotificationHeader();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java98 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
DNotificationHeaderViewWrapper.java205 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java1242 NotificationHeaderView header = mNotificationHeaderWrapper.getNotificationHeader();
1249 = mNotificationHeaderWrapperLowPriority.getNotificationHeader();