Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/ui/view/
DWindowRootViewKeyEventHandlerKosmos.kt25 WindowRootViewKeyEventHandler( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DWindowRootView.kt41 private lateinit var windowRootViewKeyEventHandler: WindowRootViewKeyEventHandler
43 fun setWindowRootViewKeyEventHandler(wrvkeh: WindowRootViewKeyEventHandler) { in setWindowRootViewKeyEventHandler()
DWindowRootViewKeyEventHandler.kt27 class WindowRootViewKeyEventHandler class
DSceneWindowRootView.kt36 windowRootViewKeyEventHandler: WindowRootViewKeyEventHandler, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/view/
DWindowRootViewKeyEventHandlerTest.kt36 private val underTest: WindowRootViewKeyEventHandler = kosmos.windowRootViewKeyEventHandler
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt45 import com.android.systemui.scene.ui.view.WindowRootViewKeyEventHandler in <lambda>()
92 windowRootViewKeyEventHandler: WindowRootViewKeyEventHandler, in <lambda>()
DNotificationShadeWindowViewController.java61 import com.android.systemui.scene.ui.view.WindowRootViewKeyEventHandler;
118 private final WindowRootViewKeyEventHandler mWindowRootViewKeyEventHandler;
202 WindowRootViewKeyEventHandler windowRootViewKeyEventHandler, in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt45 import com.android.systemui.scene.ui.view.WindowRootViewKeyEventHandler
216 WindowRootViewKeyEventHandler({ mock<SysUIKeyEventHandler>() }, falsingCollector), in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt57 import com.android.systemui.scene.ui.view.WindowRootViewKeyEventHandler
248 WindowRootViewKeyEventHandler({ sysUIKeyEventHandler }, falsingCollector), in setUp()