From db248cf94f980ae9ae739f99a49b96f6d8883e49 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 28 Aug 2023 18:52:46 +0000 Subject: [PATCH] Move ending CUJ_SPLIT_SCREEN_ENTER to after we show tasks to user * Previously the CUJ was ending after only the launcher side animation was completing, before we actually made the call into shell to launch the tasks Test: Compiles (no baseline to test metrics/latency off of) Bug: 285578568 Change-Id: I958e4a5265cb2fd81f2358343846385058b4465a --- quickstep/src/com/android/quickstep/views/RecentsView.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index be9da34ab2..76f9c2c9c9 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -4794,8 +4794,9 @@ public abstract class RecentsView