Home
last modified time | relevance | path

Searched refs:notificationIconAreaController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java96 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController() argument
102 this(notificationIconAreaController, headsUpManager, statusBarStateController, in HeadsUpAppearanceController()
114 NotificationIconAreaController notificationIconAreaController, in HeadsUpAppearanceController() argument
125 mNotificationIconAreaController = notificationIconAreaController; in HeadsUpAppearanceController()
DCollapsedStatusBarFragment.java146 notificationIconAreaController) { in initNotificationIconArea() argument
149 notificationIconAreaController.getNotificationInnerAreaView(); in initNotificationIconArea()
157 mCenteredIconArea = notificationIconAreaController.getCenteredNotificationAreaView(); in initNotificationIconArea()
DNotificationPanelView.java3458 NotificationIconAreaController notificationIconAreaController, in initDependencies() argument
3463 mNotificationStackScroller.setIconAreaController(notificationIconAreaController); in initDependencies()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java781 NotificationIconAreaController notificationIconAreaController, in TestableStatusBar() argument
813 mNotificationIconAreaController = notificationIconAreaController; in TestableStatusBar()