Home
last modified time | relevance | path

Searched refs:NotificationListItem (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListItem.java33 public interface NotificationListItem { interface
46 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()
DNotificationListContainer.java197 void removeListItem(@NonNull NotificationListItem v); in removeListItem()
DNotificationChildrenContainer.java450 public boolean applyChildOrder(List<? extends NotificationListItem> childOrder,
DNotificationStackScrollLayout.java5249 public void removeListItem(NotificationListItem v) {
5261 public void addListItem(NotificationListItem v) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifViewBarn.kt20 import com.android.systemui.statusbar.notification.stack.NotificationListItem
34 private val rowMap = mutableMapOf<String, NotificationListItem>()
36 fun requireView(forEntry: ListEntry): NotificationListItem { in requireView()
48 fun registerViewForEntry(entry: ListEntry, view: NotificationListItem) { in registerViewForEntry()
DSimpleNotificationListContainer.kt21 import com.android.systemui.statusbar.notification.stack.NotificationListItem
34 fun removeListItem(li: NotificationListItem)
36 fun addListItem(li: NotificationListItem)
DNotifViewManager.kt25 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>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java57 import com.android.systemui.statusbar.notification.stack.NotificationListItem;
328 public void removeListItem(NotificationListItem li) { in removeListItem()
343 public void addListItem(NotificationListItem li) { in addListItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java95 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,