Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java69 private final Lazy<ShadeViewController> mShadeViewControllerLazy; field in ShadeControllerImpl
100 mShadeViewControllerLazy = shadeViewControllerLazy; in ShadeControllerImpl()
416 return mShadeViewControllerLazy.get(); in getShadeViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java149 private final Lazy<ShadeViewController> mShadeViewControllerLazy; field in OverviewProxyService
210 mShadeViewControllerLazy.get().startExpandLatencyTracking();
598 mShadeViewControllerLazy = shadeViewControllerLazy; in OverviewProxyService()
706 + " shadeViewController=" + mShadeViewControllerLazy.get()); in updateSystemUiStateFlags()
715 mShadeViewControllerLazy.get().updateSystemUiStateFlags(); in updateSystemUiStateFlags()