Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5e4ed5e authored by Chavi Weingarten's avatar Chavi Weingarten Committed by android-build-merger
Browse files

Merge "Synchronize RootWindowContainerTests" into pi-dev am: 628e9b3d

am: 7e82751b

Change-Id: Ifc1bc1234ebcc89f9dc1728b77d95ce4a6fb4ae9
parents c7301417 7e82751b
Loading
Loading
Loading
Loading
+24 −22
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import static org.junit.Assert.assertTrue;
public class RootWindowContainerTests extends WindowTestsBase {
    @Test
    public void testSetDisplayOverrideConfigurationIfNeeded() throws Exception {
        synchronized (sWm.mWindowMap) {
            // Add first stack we expect to be updated with configuration change.
            final TaskStack stack = createTaskStackOnDisplay(mDisplayContent);
            stack.getOverrideConfiguration().windowConfiguration.setBounds(new Rect(0, 0, 5, 5));
@@ -48,3 +49,4 @@ public class RootWindowContainerTests extends WindowTestsBase {
            assertTrue(results[0] == stack.mStackId);
        }
    }
}