Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
DFakeWindowRootViewComponent.kt19 import com.android.systemui.scene.ui.view.WindowRootView
22 class FakeWindowRootViewComponent(private val view: WindowRootView) : WindowRootViewComponent {
23 override fun getWindowRootView(): WindowRootView { in getWindowRootView()
27 class Factory(private val view: WindowRootView) : WindowRootViewComponent.Factory {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInsetsController.java19 import com.android.systemui.scene.ui.view.WindowRootView;
25 implements WindowRootView.LayoutInsetsController {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt41 import com.android.systemui.scene.ui.view.WindowRootView in <lambda>()
86 ): WindowRootView { in <lambda>()
104 as WindowRootView? in <lambda>()
114 root: WindowRootView, in <lambda>()
DNotificationShadeWindowView.java55 import com.android.systemui.scene.ui.view.WindowRootView;
62 public class NotificationShadeWindowView extends WindowRootView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DWindowRootViewComponent.kt45 fun getWindowRootView(): WindowRootView
DSceneWindowRootView.kt21 WindowRootView( in <lambda>()
DWindowRootView.kt32 open class WindowRootView( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt31 import com.android.systemui.scene.ui.view.WindowRootView in <lambda>()
63 private val windowRootView: Provider<WindowRootView>, in <lambda>()
275 private val windowRootView: Provider<WindowRootView>, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt44 import com.android.systemui.scene.ui.view.WindowRootView
93 @Mock private lateinit var windowRootView: WindowRootView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt36 import com.android.systemui.scene.ui.view.WindowRootView
81 @Mock private lateinit var windowRootView: Provider<WindowRootView>
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java74 import com.android.systemui.scene.ui.view.WindowRootView;
166 @Mock private Provider<WindowRootView> mWindowRootView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java85 import com.android.systemui.scene.ui.view.WindowRootView;
191 private final Provider<WindowRootView> mWindowRootView;
740 Provider<WindowRootView> windowRootView, in NotificationStackScrollLayoutController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java105 import com.android.systemui.scene.ui.view.WindowRootView;
252 new FakeWindowRootViewComponent.Factory(mock(WindowRootView.class)), in setUp()