summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Riddle Hsu <riddlehsu@google.com> 2022-08-17 22:03:16 +0800
committer Riddle Hsu <riddlehsu@google.com> 2022-08-17 14:07:52 +0000
commitd8ebffe476bcf7766b6d3eb90910b09b5021143e (patch)
tree0a2cfb2bb90d9a15ec692b79f26a66d51dec5fa1
parent5dd3c9d4c1340e33058b7cef36c798191c57f450 (diff)
Fix build failure by method signature change
Commit 3712433 was merged before adding the test. Bug: 242285965 Bug: 242849545 Test: WindowManagerServiceTests#testRelayoutExitingWindow Change-Id: Ide94c437c9d05658a70d3de423af81ec602d8862
-rw-r--r--services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTests.java b/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTests.java
index 8adb89f3187e..b8da8cc77ec6 100644
--- a/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTests.java
+++ b/services/tests/wmtests/src/com/android/server/wm/WindowManagerServiceTests.java
@@ -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