Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java315 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in CentralSurfacesImplTest
575 mNotificationShadeDepthControllerLazy, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java583 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in CentralSurfacesImpl
776 mNotificationShadeDepthControllerLazy = notificationShadeDepthControllerLazy; in CentralSurfacesImpl()
1294 mNotificationShadeDepthControllerLazy.get(), in makeStatusBarView()