From 6a0182bf8635de6f99ad85facd5d9c97042774e3 Mon Sep 17 00:00:00 2001 From: Peter Liang Date: Fri, 9 Dec 2022 00:33:18 +0800 Subject: [PATCH] Enables flag for the feature of drag to remove and the new physics-based animations ver2. Goal: The accessibility floating menu has been refactored and supports the drag to remove, which will be released in Android U. 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. Action: Change the flag from unreleased to released. Bug: 237716018 Test: manual test Change-Id: I3f336c7648bab756c2f33e080eae9a43078cde28 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 ++- 1 file changed, 2 insertions(+), 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 ff3714f03f86c..eca13d7df77e2 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -400,9 +400,10 @@ object Flags { val CHOOSER_UNBUNDLED = unreleasedFlag(1500, "chooser_unbundled", teamfood = true) // 1600 - accessibility + // TODO(b/262224538): Tracking Bug @JvmField val A11Y_FLOATING_MENU_FLING_SPRING_ANIMATIONS = - unreleasedFlag(1600, "a11y_floating_menu_fling_spring_animations", teamfood = true) + releasedFlag(1600, "a11y_floating_menu_fling_spring_animations") // 1700 - clipboard @JvmField val CLIPBOARD_OVERLAY_REFACTOR = releasedFlag(1700, "clipboard_overlay_refactor")