Searched refs:TestWindow (Results 1 – 2 of 2) sorted by relevance
81 new TestWindow().runBenchmark(state); in testAddRemoveWindow()84 private static class TestWindow extends BaseIWindow { class in WindowAddRemovePerfTest90 TestWindow() { in TestWindow() method in WindowAddRemovePerfTest.TestWindow91 mLayoutParams.setTitle(TestWindow.class.getName()); in TestWindow()
154 final TestWindow window = new TestWindow(InstrumentationRegistry.getContext(), null); in testHideSystemBarsNoInfiniteLoop()232 new TestWindow(InstrumentationRegistry.getContext(), createViewWithSystemUiVisibility(vis)); in createWindowWithSystemUiVisibility()241 private static class TestWindow extends MockWindow { class in SystemBarHelperTest249 TestWindow(Context context, View decorView) { in TestWindow() method in SystemBarHelperTest.TestWindow