Searched refs:NotificationListItem (Results 1 – 9 of 9) sorted by relevance
33 public interface NotificationListItem { interface46 List<? extends NotificationListItem> getAttachedChildren(); in getAttachedChildren()52 void removeChildNotification(NotificationListItem child); in removeChildNotification()55 void addChildNotification(NotificationListItem child, int childIndex); in addChildNotification()62 List<? extends NotificationListItem> childOrderList, in applyChildOrder()
197 void removeListItem(@NonNull NotificationListItem v); in removeListItem()
450 public boolean applyChildOrder(List<? extends NotificationListItem> childOrder,
5249 public void removeListItem(NotificationListItem v) {5261 public void addListItem(NotificationListItem v) {
20 import com.android.systemui.statusbar.notification.stack.NotificationListItem34 private val rowMap = mutableMapOf<String, NotificationListItem>()36 fun requireView(forEntry: ListEntry): NotificationListItem { in requireView()48 fun registerViewForEntry(entry: ListEntry, view: NotificationListItem) { in registerViewForEntry()
21 import com.android.systemui.statusbar.notification.stack.NotificationListItem34 fun removeListItem(li: NotificationListItem)36 fun addListItem(li: NotificationListItem)
25 import com.android.systemui.statusbar.notification.stack.NotificationListItem in <lambda>()132 Sequence<NotificationListItem> { in <lambda>()135 .filterIsInstance<NotificationListItem>() in <lambda>()191 private fun getChildListFromParent(parent: ListEntry): List<NotificationListItem> { in <lambda>()
57 import com.android.systemui.statusbar.notification.stack.NotificationListItem;328 public void removeListItem(NotificationListItem li) { in removeListItem()343 public void addListItem(NotificationListItem li) { in addListItem()
95 import com.android.systemui.statusbar.notification.stack.NotificationListItem;119 NotificationListItem {810 public void addChildNotification(NotificationListItem childItem, int childIndex) {824 public void removeChildNotification(NotificationListItem child) {916 public boolean applyChildOrder(List<? extends NotificationListItem> childOrder,