Home
last modified time | relevance | path

Searched refs:stackController (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinatorTest.kt55 @Mock private lateinit var stackController: NotifStackController
71 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
78 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
79 verify(stackController).setNotifStats(NotifStats(1, false, true, false, false))
85 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
86 verify(stackController).setNotifStats(NotifStats(1, false, false, false, true))
H A DDataStoreCoordinatorTest.kt52 @Mock private lateinit var stackController: NotifStackController
68 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
90 stackController
112 afterRenderListListener.onAfterRenderList(listOf(), stackController)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewManager.kt41 @Assisted private val stackController: NotifStackController,
75 override fun getStackController(): NotifStackController = stackController
89 stackController: NotifStackController
H A DRenderStageManager.kt92 val stackController = viewRenderer.getStackController() regex
94 listener.onAfterRenderList(entries, stackController)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt78 stackController: NotifStackController,
100 stackController)
H A DNotificationsController.kt36 stackController: NotifStackController,
H A DNotificationsControllerStub.kt38 stackController: NotifStackController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
H A DNotifPipelineInitializer.java93 NotifStackController stackController) { in initialize() argument
105 mShadeViewManager = mShadeViewManagerFactory.create(listContainer, stackController); in initialize()