Home
last modified time | relevance | path

Searched refs:hostLayoutController (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt51 private lateinit var hostLayoutController: NotificationStackScrollLayoutController
78 shelf.bind(ambientState, hostLayoutController)
498 whenever(hostLayoutController.speedBumpIndex).thenReturn(0)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java135 NotificationStackScrollLayoutController hostLayoutController) { in bind() argument
138 mHostLayoutController = hostLayoutController; in bind()
139 hostLayoutController.setOnNotificationRemovedListener((child, isTransferInProgress) -> { in bind()