Home
last modified time | relevance | path

Searched refs:NotifStackController (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifStackController.kt22 interface NotifStackController { interface
47 open class DefaultNotifStackController @Inject constructor() : NotifStackController {
DShadeViewManager.kt41 @Assisted private val stackController: NotifStackController,
75 override fun getStackController(): NotifStackController = stackController in getStackController()
89 stackController: NotifStackController in getStackController()
DNotifViewRenderer.kt43 fun getStackController(): NotifStackController in onRenderList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DOnAfterRenderListListener.java23 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;
38 @NonNull NotifStackController controller); in onAfterRenderList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsController.kt23 import com.android.systemui.statusbar.notification.collection.render.NotifStackController
36 stackController: NotifStackController,
DNotificationsControllerStub.kt24 import com.android.systemui.statusbar.notification.collection.render.NotifStackController
38 stackController: NotifStackController, in initialize()
DNotificationsControllerImpl.kt37 import com.android.systemui.statusbar.notification.collection.render.NotifStackController in <lambda>()
79 stackController: NotifStackController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DStackCoordinator.kt26 import com.android.systemui.statusbar.notification.collection.render.NotifStackController
58 fun onAfterRenderList(entries: List<ListEntry>, controller: NotifStackController) = in onAfterRenderList()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DDataStoreCoordinatorTest.kt29 import com.android.systemui.statusbar.notification.collection.render.NotifStackController
52 @Mock private lateinit var stackController: NotifStackController
DStackCoordinatorTest.kt32 import com.android.systemui.statusbar.notification.collection.render.NotifStackController
69 @Mock private lateinit var stackController: NotifStackController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
DNotifPipelineInitializer.java36 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;
93 NotifStackController stackController) { in initialize()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DRenderStageManagerTest.kt212 override fun getStackController(): NotifStackController = mock() in listWith2Groups8Entries()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java112 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;
228 private final NotifStackController mNotifStackController =
1627 public NotifStackController getNotifStackController() {
2127 private class NotifStackControllerImpl implements NotifStackController {