From 680b8de0c99db25558cd40521e1341dd2223ea6e Mon Sep 17 00:00:00 2001 From: randypfohl Date: Tue, 6 Jun 2023 16:46:43 -0700 Subject: [PATCH] Cleaning up liveview in overview while returning home for visual fix Test: built and tested locally, verified bug doesn't occur during 3 button nav nor gesture nav animations. video in bug. Bug: 245750127 Change-Id: I6e52722e73ff64e81686ee2ef3f7b2f7f5b1daa9 --- .../src/com/android/quickstep/views/RecentsView.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index f740d9c082..6d78364f71 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -4099,6 +4099,15 @@ public abstract class RecentsView { + TransformParams params = remoteTargetHandle.getTransformParams(); + params.setTargetAlpha(mContentAlpha); + if (params.getTargetSet() != null) { + remoteTargetHandle.getTaskViewSimulator().apply(params); + } + }); + int runningTaskId = getTaskIdsForRunningTaskView()[0]; for (int i = getTaskViewCount() - 1; i >= 0; i--) { TaskView child = requireTaskViewAt(i);