Searched refs:mNotificationShelfController (Results 1 – 4 of 4) sorted by relevance
46 private NotificationShelfController mNotificationShelfController; field in SuperStatusBarViewFactory109 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()
164 private NotificationShelfController mNotificationShelfController; field in NotificationPanelViewTest451 mNotificationShelfController); in setup()
1132 mNotificationIconAreaController.setupShelf(mNotificationShelfController); in makeStatusBarView()1279 mNotificationShelfController); in makeStatusBarView()1464 mNotificationShelfController.setOnActivatedListener(mPresenter); in setUpPresenter()1539 mNotificationShelfController = mSuperStatusBarViewFactory in inflateShelf()4564 protected NotificationShelfController mNotificationShelfController;
629 private NotificationShelfController mNotificationShelfController; field in NotificationPanelViewController1353 mNotificationShelfController.getVisibility() == View.GONE in computeMaxKeyguardNotifications()1355 : mNotificationShelfController.getIntrinsicHeight() + notificationPadding; in computeMaxKeyguardNotifications()3820 mNotificationShelfController = notificationShelfController; in initDependencies()