Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java158 sanitizeTopLine(row.getNotificationViewWrapper().getNotificationHeader(), row); in sanitizeTopLineViews()
256 View header = mParentRow.getNotificationViewWrapper().getNotificationHeader(); in init()
287 applyToView(apply, reset, row.getNotificationViewWrapper().getNotificationHeader()); in apply()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainerTest.java140 mChildrenContainer.getLowPriorityViewWrapper().getNotificationHeader(); in testLowPriorityHeaderCleared()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java247 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
H A DNotificationHeaderViewWrapper.java250 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java102 .getNotificationHeader().getVisibility()); in testNotificationHeaderVisibleWhenAnimating()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java2416 if (wrapper == null || wrapper.getNotificationHeader() == null) {
3072 NotificationHeaderView header = wrapper == null ? null : wrapper.getNotificationHeader();