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

Commit d8ebffe4 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Fix build failure by method signature change

Commit 37124333 was merged before adding the test.

Bug: 242285965
Bug: 242849545
Test: WindowManagerServiceTests#testRelayoutExitingWindow
Change-Id: Ide94c437c9d05658a70d3de423af81ec602d8862
parent 5dd3c9d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public class WindowManagerServiceTests extends WindowTestsBase {
        mWm.mWindowMap.put(win.mClient.asBinder(), win);
        final int w = 100;
        final int h = 200;
        mWm.relayoutWindow(win.mSession, win.mClient, win.mAttrs, w, h, View.GONE, 0,
        mWm.relayoutWindow(win.mSession, win.mClient, win.mAttrs, w, h, View.GONE, 0, 0, 0,
                new ClientWindowFrames(), new MergedConfiguration(), new SurfaceControl(),
                new InsetsState(), new InsetsSourceControl[0], new Bundle());
        // Because the window is already invisible, it doesn't need to apply exiting animation