Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java629 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in CentralSurfacesImpl
848 mNotificationShadeDepthControllerLazy = notificationShadeDepthControllerLazy; in CentralSurfacesImpl()
1355 mNotificationShadeDepthControllerLazy.get().addListener(depth -> { in makeStatusBarView()
1381 mNotificationShadeDepthControllerLazy.get(), in makeStatusBarView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java301 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in CentralSurfacesImplTest
546 mNotificationShadeDepthControllerLazy, in setup()