Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java153 mChildrenContainer.getMinimizedGroupHeaderWrapper().getNotificationHeader(); in testLowPriorityHeaderCleared()
191 mChildrenContainer.getMinimizedGroupHeaderWrapper().getNotificationHeader(); in setLowPriorityBeforeLowPriorityHeaderSet()
204 mChildrenContainer.getNotificationHeaderWrapper().getNotificationHeader() in setLowPriorityBeforeLowPriorityHeaderSet()
223 mChildrenContainer.getNotificationHeaderWrapper().getNotificationHeader(); in changeLowPriorityAfterHeaderSet()
235 mChildrenContainer.getMinimizedGroupHeaderWrapper().getNotificationHeader(); in changeLowPriorityAfterHeaderSet()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java160 sanitizeTopLine(row.getNotificationViewWrapper().getNotificationHeader(), row); in sanitizeTopLineViews()
259 View header = wrapper == null ? null : wrapper.getNotificationHeader(); in init()
290 applyToView(apply, reset, row.getNotificationViewWrapper().getNotificationHeader()); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java250 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationViewWrapper
DNotificationHeaderViewWrapper.java295 public NotificationHeaderView getNotificationHeader() { in getNotificationHeader() method in NotificationHeaderViewWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java294 .getNotificationHeader().getVisibility()); in testNotificationHeaderVisibleWhenAnimating()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2784 if (wrapper == null || wrapper.getNotificationHeader() == null) {
3441 NotificationHeaderView header = wrapper == null ? null : wrapper.getNotificationHeader();