Suppressing more view capture anomalies am: b36143551c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24434269 Change-Id: I961d782ea81e99e01712831b7032383d2cc41021 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -104,6 +104,7 @@ final class AlphaJumpDetector extends AnomalyDetector {
|
||||
DRAG_LAYER + "Snackbar|TextView:id/label",
|
||||
DRAG_LAYER + "SplitInstructionsView|AppCompatTextView:id/split_instructions_text",
|
||||
DRAG_LAYER + "TaskMenuView|LinearLayout:id/menu_option_layout",
|
||||
DRAG_LAYER + "TaskMenuViewWithArrow|LinearLayout:id/menu_option_layout",
|
||||
DRAG_LAYER + "TaskMenuView|TextView:id/task_name",
|
||||
DRAG_LAYER + "View",
|
||||
DRAG_LAYER + "WidgetsFullSheet|SpringRelativeLayout:id/container",
|
||||
|
||||
@@ -57,9 +57,7 @@ final class FlashDetector extends AnomalyDetector {
|
||||
+ "|ScrollView:id/widget_preview_scroll_view|WidgetCell:id/widget_cell"
|
||||
+ "|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|UniversalSearchInputView:id"
|
||||
+ "/search_container_all_apps|View:id/ripple",
|
||||
DRAG_LAYER + "SearchContainerView:id/apps_view",
|
||||
DRAG_LAYER + "LauncherDragView"
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user