Searched refs:NotificationHeaderViewWrapper (Results 1 – 5 of 5) sorted by relevance
32 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;225 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_header()238 NotificationHeaderViewWrapper header = mChildrenContainer.getNotificationHeaderWrapper(); in applyRoundnessAndInvalidate_should_be_immediately_applied_on_headerLowPriority()
60 import com.android.systemui.statusbar.notification.row.wrapper.NotificationHeaderViewWrapper;115 private NotificationHeaderViewWrapper mNotificationHeaderWrapper;117 private NotificationHeaderViewWrapper mNotificationHeaderWrapperLowPriority;395 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(436 (NotificationHeaderViewWrapper) NotificationViewWrapper.wrap(1523 public NotificationHeaderViewWrapper getNotificationHeaderWrapper() {
55 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 {