Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeModule.kt57 sceneContainerOff: Provider<ShadeInteractorLegacyImpl> in provideBaseShadeInteractor()
62 sceneContainerOff.get() in provideBaseShadeInteractor()
70 sceneContainerOff: Provider<ShadeControllerImpl> in provideShadeController()
75 sceneContainerOff.get() in provideShadeController()
83 sceneContainerOff: Provider<ShadeAnimationInteractorLegacyImpl> in provideShadeAnimationInteractor()
88 sceneContainerOff.get() in provideShadeAnimationInteractor()
96 sceneContainerOff: Provider<NotificationPanelViewController> in provideShadeBackActionInteractor()
101 sceneContainerOff.get() in provideShadeBackActionInteractor()
109 sceneContainerOff: Provider<NotificationPanelViewController> in provideShadeLockscreenInteractor()
114 sceneContainerOff.get() in provideShadeLockscreenInteractor()
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DSysUITestModule.kt111 sceneContainerOff: Provider<ShadeInteractorLegacyImpl> in bindTestableContext()
116 sceneContainerOff.get() in bindTestableContext()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java198 Provider<NotificationPanelViewController> sceneContainerOff) { in provideShadeSurface() argument
202 return sceneContainerOff.get(); in provideShadeSurface()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/domain/interactor/
DShadeInteractorKosmos.kt39 sceneContainerOff = { shadeInteractorLegacyImpl }, in <lambda>()