Searched defs:childrenContainer (Results 1 – 4 of 4) sorted by relevance
42 val childrenContainer = notificationParent?.childrenContainer in findRoundableTargets() constant
67 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved()
3131 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved()
75 private val childrenContainer: NotificationChildrenContainer = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest