Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java46 private NotificationShelfController mNotificationShelfController; field in SuperStatusBarViewFactory
109 if (mNotificationShelfController != null) { in getNotificationShelfController()
110 return mNotificationShelfController; in getNotificationShelfController()
125 mNotificationShelfController = component.getNotificationShelfController(); in getNotificationShelfController()
126 mNotificationShelfController.init(); in getNotificationShelfController()
128 return mNotificationShelfController; in getNotificationShelfController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java164 private NotificationShelfController mNotificationShelfController; field in NotificationPanelViewTest
451 mNotificationShelfController); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1132 mNotificationIconAreaController.setupShelf(mNotificationShelfController); in makeStatusBarView()
1279 mNotificationShelfController); in makeStatusBarView()
1464 mNotificationShelfController.setOnActivatedListener(mPresenter); in setUpPresenter()
1539 mNotificationShelfController = mSuperStatusBarViewFactory in inflateShelf()
4564 protected NotificationShelfController mNotificationShelfController;
DNotificationPanelViewController.java629 private NotificationShelfController mNotificationShelfController; field in NotificationPanelViewController
1353 mNotificationShelfController.getVisibility() == View.GONE in computeMaxKeyguardNotifications()
1355 : mNotificationShelfController.getIntrinsicHeight() + notificationPadding; in computeMaxKeyguardNotifications()
3820 mNotificationShelfController = notificationShelfController; in initDependencies()