Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java151 private final Lazy<ShadeViewController> mShadeViewControllerLazy; field in OverviewProxyService
214 mShadeViewControllerLazy.get().startExpandLatencyTracking();
228 mShadeViewControllerLazy.get().startInputFocusTransfer();
238 mShadeViewControllerLazy.get().cancelInputFocusTransfer();
240 mShadeViewControllerLazy.get().finishInputFocusTransfer(velocity);
272 mShadeViewControllerLazy.get().handleExternalTouch(event);
651 mShadeViewControllerLazy = shadeViewControllerLazy; in OverviewProxyService()
754 + " shadeViewController=" + mShadeViewControllerLazy.get()); in updateSystemUiStateFlags()
763 mShadeViewControllerLazy.get().updateSystemUiStateFlags(); in updateSystemUiStateFlags()
820 mShadeViewControllerLazy.get().cancelInputFocusTransfer(); in cleanupAfterDeath()