Home
last modified time | relevance | path

Searched refs:NotifGroupController (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnAfterRenderGroupListener.java23 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController;
35 @NonNull NotifGroupController controller); in onAfterRenderGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupCountCoordinator.kt24 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController
45 private fun onAfterRenderGroup(group: GroupEntry, controller: NotifGroupController) {
H A DGroupWhenCoordinator.kt25 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController
80 private fun onAfterRenderGroupListener(group: GroupEntry, controller: NotifGroupController) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupCountCoordinatorTest.kt28 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController
51 @Mock private lateinit var groupController: NotifGroupController
H A DGroupWhenCoordinatorTest.kt30 import com.android.systemui.statusbar.notification.collection.render.NotifGroupController
59 @Mock private lateinit var groupController: NotifGroupController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifViewController.kt19 interface NotifViewController : NotifGroupController, NotifRowController, NodeController
H A DNotifGroupController.kt20 interface NotifGroupController { regex
H A DNotifViewRenderer.kt49 fun getGroupController(group: GroupEntry): NotifGroupController
H A DNotifViewBarn.kt39 fun requireGroupController(entry: NotificationEntry): NotifGroupController {
H A DShadeViewManager.kt77 override fun getGroupController(group: GroupEntry): NotifGroupController =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManagerTest.kt213 override fun getGroupController(group: GroupEntry): NotifGroupController = mock()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt357 …/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/NotifGroupController.kt