Searched refs:NotifGroupController (Results 1 – 11 of 11) sorted by relevance
23 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController;35 @NonNull NotifGroupController controller); in onAfterRenderGroup()
24 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController in <lambda>()45 private fun onAfterRenderGroup(group: GroupEntry, controller: NotifGroupController) { in <lambda>()
25 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController in <lambda>()80 private fun onAfterRenderGroupListener(group: GroupEntry, controller: NotifGroupController) { in <lambda>()
19 interface NotifViewController : NotifGroupController, NotifRowController, NodeController
20 interface NotifGroupController { interface
49 fun getGroupController(group: GroupEntry): NotifGroupController in onRenderList()
39 fun requireGroupController(entry: NotificationEntry): NotifGroupController { in requireGroupController()
77 override fun getGroupController(group: GroupEntry): NotifGroupController = in getStackController()
28 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController51 @Mock private lateinit var groupController: NotifGroupController
30 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController59 @Mock private lateinit var groupController: NotifGroupController
213 override fun getGroupController(group: GroupEntry): NotifGroupController = mock() in listWith2Groups8Entries()