Merge "Enables flag for the feature of drag to remove and the new physics-based animations ver2."

This commit is contained in:
PETER LIANG
2022-12-14 02:28:38 +00:00
committed by Android (Google) Code Review

View File

@@ -399,9 +399,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")