Home
last modified time | relevance | path

Searched refs:NotificationHeaderViewWrapper (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainerTest.java31 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;
174 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header()
186 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java58 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;
113 private NotificationHeaderViewWrapper mNotificationHeaderWrapper;
115 private NotificationHeaderViewWrapper mNotificationHeaderWrapperLowPriority;
402 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
441 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
1513 public NotificationHeaderViewWrapper getNotificationHeaderWrapper() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java56 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable { class
77 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationHeaderViewWrapper() method in NotificationHeaderViewWrapper
H A DNotificationViewWrapper.java85 return new NotificationHeaderViewWrapper(ctx, v, row); in wrap()
H A DNotificationTemplateViewWrapper.java55 public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapper {