Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/
DComposeInitializerTest.kt35 val root = TestWindowRoot(context) in testCanAddComposeViewInInitializedWindow()
51 class TestWindowRoot(context: Context) : FrameLayout(context) { class