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 D | StackCoordinatorTest.kt | 55 @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 D | DataStoreCoordinatorTest.kt | 52 @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 D | ShadeViewManager.kt | 41 @Assisted private val stackController: NotifStackController, 75 override fun getStackController(): NotifStackController = stackController 89 stackController: NotifStackController
|
H A D | RenderStageManager.kt | 92 val stackController = viewRenderer.getStackController() regex 94 listener.onAfterRenderList(entries, stackController)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsControllerImpl.kt | 78 stackController: NotifStackController, 100 stackController)
|
H A D | NotificationsController.kt | 36 stackController: NotifStackController,
|
H A D | NotificationsControllerStub.kt | 38 stackController: NotifStackController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/ |
H A D | NotifPipelineInitializer.java | 93 NotifStackController stackController) { in initialize() argument 105 mShadeViewManager = mShadeViewManagerFactory.create(listContainer, stackController); in initialize()
|