Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java42 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;
264 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header()
277 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java64 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;
133 private NotificationHeaderViewWrapper mGroupHeaderWrapper;
135 private NotificationHeaderViewWrapper mMinimizedGroupHeaderWrapper;
464 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
556 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
593 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
635 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(
1743 public NotificationHeaderViewWrapper getNotificationHeaderWrapper() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java62 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable { class
84 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationHeaderViewWrapper() method in NotificationHeaderViewWrapper
DNotificationViewWrapper.java95 return new NotificationHeaderViewWrapper(ctx, v, row); in wrap()
DNotificationTemplateViewWrapper.java63 public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapper {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java67 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;
2496 if (wrapper instanceof NotificationHeaderViewWrapper headerViewWrapper) {