Home
last modified time | relevance | path

Searched refs:mNotificationShelf (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java49 private NotificationShelf mNotificationShelf; field in SuperStatusBarViewFactory
118 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java117 private NotificationShelf mNotificationShelf; field in NotificationPanelViewTest
245 mNotificationShelf, mNotificationAreaController, mScrimController); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1019 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;