Home
last modified time | relevance | path

Searched defs:childrenContainer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt42 val childrenContainer = notificationParent?.childrenContainer in findRoundableTargets() constant
DNotificationListContainer.java67 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved()
DNotificationStackScrollLayout.java3131 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt75 private val childrenContainer: NotificationChildrenContainer = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest