Searched refs:TestWindowContainer (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SyncEngineTests.java | 75 TestWindowContainer mockWC = new TestWindowContainer(mWm, false /* waiter */); in testTrivialSyncCallback() 103 TestWindowContainer mockWC = new TestWindowContainer(mWm, true /* waiter */); in testWaitingSyncCallback() 141 TestWindowContainer mockWC = new TestWindowContainer(mWm, true /* waiter */); in testInvisibleSyncCallback() 165 TestWindowContainer parentWC = new TestWindowContainer(mWm, true /* waiter */); in testWaitForChildrenCallback() 166 TestWindowContainer childWC = new TestWindowContainer(mWm, true /* waiter */); in testWaitForChildrenCallback() 167 TestWindowContainer childWC2 = new TestWindowContainer(mWm, true /* waiter */); in testWaitForChildrenCallback() 200 TestWindowContainer parentWC = new TestWindowContainer(mWm, true /* waiter */); in testWaitForParentCallback() 201 TestWindowContainer childWC = new TestWindowContainer(mWm, true /* waiter */); in testWaitForParentCallback() 228 TestWindowContainer parentWC = new TestWindowContainer(mWm, true /* waiter */); in testFillsParent() 345 TestWindowContainer rootWC = new TestWindowContainer(mWm, false /* waiter */); in testRemoval() [all …]
|
H A D | WindowContainerTests.java | 840 final TestWindowContainer root = builder.build(); in testPrefixOrderIndex() 874 final TestWindowContainer root = builder.build(); in testPrefixOrder_addEntireSubtree() 897 final TestWindowContainer root = builder.build(); in testPrefixOrder_remove() 925 final TestWindowContainer root = builder.build(); in testOnParentResizePropagation() 930 final TestWindowContainer grandChild = mock(TestWindowContainer.class); in testOnParentResizePropagation() 1672 private static class TestWindowContainer extends WindowContainer<TestWindowContainer> { class in WindowContainerTests 1714 TestWindowContainer getParentWindow() { in getParentWindow() 1715 return (TestWindowContainer) getParent(); in getParentWindow() 1722 TestWindowContainer addChildWindow(TestWindowContainer child) { in addChildWindow() 1733 TestWindowContainer addChildWindow() { in addChildWindow() [all …]
|
H A D | DimmerTests.java | 53 private static class TestWindowContainer extends WindowContainer<TestWindowContainer> { class in DimmerTests 58 TestWindowContainer(WindowManagerService wm) { in TestWindowContainer() method in DimmerTests.TestWindowContainer 78 private static class MockSurfaceBuildingContainer extends WindowContainer<TestWindowContainer> { 144 TestWindowContainer child = new TestWindowContainer(mWm); in testUpdateDimsAppliesCrop() 161 TestWindowContainer child = new TestWindowContainer(mWm); in testDimAboveWithChildCreatesSurfaceAboveChild() 176 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceCreatesSurfaceBelowChild() 191 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceDestroyedWhenReset() 208 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted() 224 TestWindowContainer child = new TestWindowContainer(mWm); in testDimUpdateWhileDimming() 246 TestWindowContainer child = new TestWindowContainer(mWm); in testRemoveDimImmediately() [all …]
|