Searched refs:mNotificationShelf (Results 1 – 3 of 3) sorted by relevance
49 private NotificationShelf mNotificationShelf; field in SuperStatusBarViewFactory118 if (mNotificationShelf != null) { in getNotificationShelf()119 return mNotificationShelf; in getNotificationShelf()122 mNotificationShelf = (NotificationShelf) mInjectionInflationController.injectable( in getNotificationShelf()127 .activatableNotificationView(mNotificationShelf) in getNotificationShelf()131 if (mNotificationShelf == null) { in getNotificationShelf()135 return mNotificationShelf; in getNotificationShelf()
117 private NotificationShelf mNotificationShelf; field in NotificationPanelViewTest245 mNotificationShelf, mNotificationAreaController, mScrimController); in setup()
1019 mNotificationIconAreaController.setupShelf(mNotificationShelf); in makeStatusBarView()1154 mNotificationPanelViewController.initDependencies(this, mGroupManager, mNotificationShelf, in makeStatusBarView()1298 mNotificationShelf.setOnActivatedListener(mPresenter); in setUpPresenter()1374 mNotificationShelf = mSuperStatusBarViewFactory.getNotificationShelf(mStackScroller); in inflateShelf()1375 mNotificationShelf.setOnClickListener(mGoToLockedShadeListener); in inflateShelf()4059 protected NotificationShelf mNotificationShelf;