From beecffed7caebe0186f852826acaee2c717b0f29 Mon Sep 17 00:00:00 2001 From: Nicolo' Mazzucato Date: Fri, 20 Jan 2023 12:28:33 +0000 Subject: [PATCH] Fix CUJ_RECENTS_SCROLLING The atom was output also when swiping from the bottom to open overview. Now, it's only reported on horizontal swipes between tasks. Fixes: 265790869 Test: checked perfetto traces Change-Id: Ic70f440a30ea2c61e44f84098d84b0485a85905e --- quickstep/src/com/android/quickstep/views/RecentsView.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index c11f7ed27a..2726cc3817 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -1351,8 +1351,10 @@ public abstract class RecentsView