Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinator.java61 @SilentHeader SectionHeaderController silentHeaderController, in RankingCoordinator() argument
67 mSilentHeaderController = silentHeaderController; in RankingCoordinator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt64 @SilentHeader private val silentHeaderController: SectionHeaderController
78 get() = silentHeaderController.headerView
134 silentHeaderController.reinflateView(parent)
H A DNotificationStackScrollLayoutController.java642 @SilentHeader SectionHeaderController silentHeaderController, in NotificationStackScrollLayoutController()
692 mSilentHeaderController = silentHeaderController; in NotificationStackScrollLayoutController()