Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt51 @AlertingHeader private val alertingHeaderController: SectionHeaderController,
70 get() = alertingHeaderController.headerView
103 alertingHeaderController.reinflateView(parent)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinator.java62 @AlertingHeader NodeController alertingHeaderController, in RankingCoordinator() argument
67 mAlertingHeaderController = alertingHeaderController; in RankingCoordinator()