Home
last modified time | relevance | path

Searched refs:silentHeaderController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt52 @SilentHeader private val silentHeaderController: SectionHeaderController
66 get() = silentHeaderController.headerView
102 silentHeaderController.reinflateView(parent)
H A DNotificationStackScrollLayoutController.java659 @SilentHeader SectionHeaderController silentHeaderController, in NotificationStackScrollLayoutController()
712 mSilentHeaderController = silentHeaderController; in NotificationStackScrollLayoutController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinator.java63 @SilentHeader SectionHeaderController silentHeaderController, in RankingCoordinator() argument
69 mSilentHeaderController = silentHeaderController; in RankingCoordinator()