Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationTargetsHelper.kt40 val childrenContainer = notificationParent?.childrenContainer in findRoundableTargets() constant
DNotificationListContainer.java66 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved()
DNotificationStackScrollLayout.java3040 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java586 NotificationChildrenContainer childrenContainer = row.getChildrenContainerNonNull(); in apply() local
DNotificationRowContentBinderImpl.kt992 val childrenContainer: NotificationChildrenContainer = in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt88 private val childrenContainer: NotificationChildrenContainer = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest