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
This commit is contained in:
Peter Liang
2022-11-18 14:20:06 +08:00
parent c2a03fd627
commit da9af542b9

View File

@@ -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")