Searched defs:childrenContainer (Results 1 – 6 of 6) sorted by relevance
40 val childrenContainer = notificationParent?.childrenContainer in findRoundableTargets() constant
66 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved()
3040 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved()
586 NotificationChildrenContainer childrenContainer = row.getChildrenContainerNonNull(); in apply() local
992 val childrenContainer: NotificationChildrenContainer = in <lambda>() constant
88 private val childrenContainer: NotificationChildrenContainer = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest