From d21fed8f6217bffa1aa046d42328fdc9922c8bc9 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 11 Aug 2023 19:07:00 -0700 Subject: [PATCH] Ignoring alpha jumps in ArrowTipView Bug: 24331680 Flag: N/A Test: presubmit Change-Id: I0de76bc2fd8791e03e7722700c72567ef6b913b5 --- .../launcher3/util/viewcapture_analysis/AlphaJumpDetector.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java b/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java index 38de2fa5ee..83d9f4aca9 100644 --- a/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java +++ b/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java @@ -110,6 +110,7 @@ final class AlphaJumpDetector extends AnomalyDetector { DRAG_LAYER + "WidgetsTwoPaneSheet|SpringRelativeLayout:id/container", CONTENT + "LauncherRootView:id/launcher|FloatingIconView", RECENTS_DRAG_LAYER + "ArrowTipView", + DRAG_LAYER + "ArrowTipView", DRAG_LAYER + "FallbackRecentsView:id/overview_panel", RECENTS_DRAG_LAYER + "FallbackRecentsView:id/overview_panel", DRAG_LAYER