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/
DStatusBarTest.java251 @Mock private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in StatusBarTest
406 mNotificationShadeDepthControllerLazy, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java634 private Lazy<NotificationShadeDepthController> mNotificationShadeDepthControllerLazy; field in StatusBar
781 mNotificationShadeDepthControllerLazy = notificationShadeDepthControllerLazy; in StatusBar()
1162 mNotificationShadeDepthControllerLazy.get().addListener(depth -> { in makeStatusBarView()
1191 mNotificationShadeDepthControllerLazy.get(), in makeStatusBarView()
1287 mNotificationShadeDepthControllerLazy.get(), in setUpPresenter()