From 68ac46da0c79408c6b0f66960cfb0a87ce266e2a Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 25 May 2018 20:03:52 -0700 Subject: Fix testWidgetsContainerFling It relies on the presence of the popup in the accessibility view. Bug: 72967764 Test: atest google/perf/jank/SystemUI/UbSystemUIJankTests:android.platform.systemui.tests.jank.LauncherJankTests#testWidgetsContainerFling Change-Id: I9d41ddcd60f9dc7626a96762b4e78a7b862aa1c9 --- res/layout/longpress_options_menu.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout') diff --git a/res/layout/longpress_options_menu.xml b/res/layout/longpress_options_menu.xml index 168dbc3a2..20bb5b81b 100644 --- a/res/layout/longpress_options_menu.xml +++ b/res/layout/longpress_options_menu.xml @@ -22,4 +22,5 @@ android:clipToPadding="false" android:clipChildren="false" android:elevation="@dimen/deep_shortcuts_elevation" + android:importantForAccessibility="yes" android:orientation="vertical" /> -- cgit v1.2.3