summaryrefslogtreecommitdiff
path: root/apct-tests
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2019-09-06 17:20:28 -0700
committerWinson Chung <winsonc@google.com>2019-09-20 17:20:12 +0000
commitd585219545554c6672640cec8e7c7be5054f0693 (patch)
treee533920954e2ea8818e3dc83a4b1522d20f239c2 /apct-tests
parent47f5c46cd20b85577af566d9f4800265ef8b6b6a (diff)
Add wallpaper leash for remote and recents animations
Bug: 140626334 Test: atest RecentsAnimationControllerTest Test: atest RemoteAnimationControllerTest Change-Id: Id638256983801e722b57da0abd22e3e480d5559d Signed-off-by: Winson Chung <winsonc@google.com>
Diffstat (limited to 'apct-tests')
-rw-r--r--apct-tests/perftests/core/src/android/wm/RecentsAnimationPerfTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/apct-tests/perftests/core/src/android/wm/RecentsAnimationPerfTest.java b/apct-tests/perftests/core/src/android/wm/RecentsAnimationPerfTest.java
index 2b6f4557303b..9cfc3d272145 100644
--- a/apct-tests/perftests/core/src/android/wm/RecentsAnimationPerfTest.java
+++ b/apct-tests/perftests/core/src/android/wm/RecentsAnimationPerfTest.java
@@ -188,8 +188,8 @@ public class RecentsAnimationPerfTest extends WindowManagerPerfTestBase {
@Override
public void onAnimationStart(IRecentsAnimationController controller,
- RemoteAnimationTarget[] apps, Rect homeContentInsets,
- Rect minimizedHomeBounds) throws RemoteException {
+ RemoteAnimationTarget[] apps, RemoteAnimationTarget[] wallpapers,
+ Rect homeContentInsets, Rect minimizedHomeBounds) throws RemoteException {
final Pair<String, Boolean> finishCase = finishCases.get(mIteration++ % 2);
final boolean moveRecentsToTop = finishCase.second;
makeInterval();