From bb3e61f313c36b7b59e869d7110d2bf7165a877d Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Tue, 22 Aug 2023 17:44:22 -0700 Subject: [PATCH] Ignoring FloatingTaskThumbnailView:id/thumbnail Bug: 286251603 Test: presubmit Flag: N/A Change-Id: I7e1f31c24e6b3f7cfc996d2117a8cd4e3482c01b --- .../launcher3/util/viewcapture_analysis/FlashDetector.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/com/android/launcher3/util/viewcapture_analysis/FlashDetector.java b/tests/src/com/android/launcher3/util/viewcapture_analysis/FlashDetector.java index eef1bc8391..0bec656c73 100644 --- a/tests/src/com/android/launcher3/util/viewcapture_analysis/FlashDetector.java +++ b/tests/src/com/android/launcher3/util/viewcapture_analysis/FlashDetector.java @@ -58,7 +58,8 @@ final class FlashDetector extends AnomalyDetector { + "|WidgetCellPreview:id/widget_preview_container|ImageView:id/widget_badge", RECENTS_DRAG_LAYER + "FallbackRecentsView:id/overview_panel|TaskView|IconView:id/icon", DRAG_LAYER + "SearchContainerView:id/apps_view", - DRAG_LAYER + "LauncherDragView" + DRAG_LAYER + "LauncherDragView", + DRAG_LAYER + "FloatingTaskView|FloatingTaskThumbnailView:id/thumbnail" )); // Per-AnalysisNode data that's specific to this detector.