From da9af542b915d1a4f330522128703aa1988cefab Mon Sep 17 00:00:00 2001 From: Peter Liang Date: Fri, 18 Nov 2022 14:20:06 +0800 Subject: [PATCH] Enables flag for the feature of drag to remove and the new physics-based animations. Goal: The accessibility floating menu has been refactored and supports the drag to remove. Hopefully let more people experience and test it as possible before releasing it to the next version. Besides, improve and enhance the quality as soon as receiving user feedback and fix it. Bug: 237716018 Test: manual test Change-Id: Iddb186c8e4d13144af8b77fdcd340010897d17b5 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index cd28cd35243e8..780e95024525f 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -385,7 +385,7 @@ object Flags { // 1600 - accessibility @JvmField val A11Y_FLOATING_MENU_FLING_SPRING_ANIMATIONS = - unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations") + unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations", teamfood = true) // 1700 - clipboard @JvmField val CLIPBOARD_OVERLAY_REFACTOR = releasedFlag(1700, "clipboard_overlay_refactor")