Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java56 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable { class
77 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationHeaderViewWrapper() method in NotificationHeaderViewWrapper
DNotificationViewWrapper.java85 return new NotificationHeaderViewWrapper(ctx, v, row); in wrap()
DNotificationTemplateViewWrapper.java55 public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapper {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
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() {