From 03bbf07522dae3b5e13641e1b026a13941df5e67 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Tue, 25 Jul 2023 11:18:38 -0700 Subject: [PATCH] Add one flaking view to alpha-jupms ignore list Bug: 292561338 Test: presubmit Flag: N/A Change-Id: Ieaaba52e0717a87ea14bcc8a8e861a89b81f9a77 --- .../launcher3/util/viewcapture_analysis/AlphaJumpDetector.java | 2 ++ 1 file changed, 2 insertions(+) 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 2501801c42..d3d9de059a 100644 --- a/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java +++ b/tests/src/com/android/launcher3/util/viewcapture_analysis/AlphaJumpDetector.java @@ -112,6 +112,8 @@ final class AlphaJumpDetector extends AnomalyDetector { DRAG_LAYER + "WidgetsFullSheet|SpringRelativeLayout:id/container", DRAG_LAYER + "WidgetsTwoPaneSheet|SpringRelativeLayout:id/container", CONTENT + "LauncherRootView:id/launcher|FloatingIconView", + CONTENT + + "LauncherRootView|RecentsDragLayer:id/drag_layer|ArrowTipView|View:id/arrow", CONTENT + "LauncherRootView|RecentsDragLayer:id/drag_layer|FallbackRecentsView:id" + "/overview_panel",