Searched refs:NotificationHeaderViewWrapper (Results 1 – 5 of 5) sorted by relevance
31 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()
58 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() {
56 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable { class77 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationHeaderViewWrapper() method in NotificationHeaderViewWrapper
85 return new NotificationHeaderViewWrapper(ctx, v, row); in wrap()
55 public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapper {