Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java581 private final Lazy<NotificationPresenter> mPresenterLazy; field in CentralSurfacesImpl
766 mPresenterLazy = notificationPresenterLazy; in CentralSurfacesImpl()
1452 mShadeController.setNotificationPresenter(mPresenterLazy.get()); in setUpPresenter()
1454 mPresenterLazy.get(), in setUpPresenter()
1458 mWindowRootViewVisibilityInteractor.setUp(mPresenterLazy.get(), mNotificationsController); in setUpPresenter()