Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java93 Lazy<ShadeViewController> shadeViewControllerLazy, in ShadeControllerImpl() argument
100 mShadeViewControllerLazy = shadeViewControllerLazy; in ShadeControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt73 private val shadeViewControllerLazy: Lazy<ShadeViewController>,
901 shadeViewControllerLazy.get(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java573 Lazy<ShadeViewController> shadeViewControllerLazy, in OverviewProxyService() argument
598 mShadeViewControllerLazy = shadeViewControllerLazy; in OverviewProxyService()