Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
DFakeWindowRootViewComponent.kt20 import com.android.systemui.scene.ui.view.WindowRootViewComponent
22 class FakeWindowRootViewComponent(private val view: WindowRootView) : WindowRootViewComponent {
27 class Factory(private val view: WindowRootView) : WindowRootViewComponent.Factory {
28 override fun create(): WindowRootViewComponent = FakeWindowRootViewComponent(view)
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DWindowRootViewComponent.kt37 interface WindowRootViewComponent { interface
41 fun create(): WindowRootViewComponent
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java63 import com.android.systemui.scene.ui.view.WindowRootViewComponent;
103 private final WindowRootViewComponent.Factory mWindowRootViewComponentFactory;
147 WindowRootViewComponent.Factory windowRootViewComponentFactory, in NotificationShadeWindowControllerImpl()
315 WindowRootViewComponent component = mWindowRootViewComponentFactory.create(); in fetchWindowRootView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java100 import com.android.systemui.scene.ui.view.WindowRootViewComponent;
273 WindowRootViewComponent.class,