From f623f61520762f988e10dcbdff8272332a614ba0 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 28 Jul 2023 18:08:38 -0700 Subject: [PATCH] Ignoring alpha jumps in ArrowTipView and its children. I've seen an alpha jump in ArrowTipView|TextView:id/text, so disabling the whole view sub-tree. Bug: 292561338 Test: presubmit Flag: N/A Change-Id: I49e5d16d7c6e772bb848061087c56221b113d579 --- .../launcher3/util/viewcapture_analysis/AlphaJumpDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cb404b966c..75e25be97f 100644 --- a/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java +++ b/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java @@ -113,7 +113,7 @@ final class AlphaJumpDetector extends AnomalyDetector { DRAG_LAYER + "WidgetsFullSheet|SpringRelativeLayout:id/container", DRAG_LAYER + "WidgetsTwoPaneSheet|SpringRelativeLayout:id/container", CONTENT + "LauncherRootView:id/launcher|FloatingIconView", - RECENTS_DRAG_LAYER + "ArrowTipView|View:id/arrow", + RECENTS_DRAG_LAYER + "ArrowTipView", DRAG_LAYER + "FallbackRecentsView:id/overview_panel", RECENTS_DRAG_LAYER + "FallbackRecentsView:id/overview_panel", DRAG_LAYER