Merge "Add flag for enabling widget transition animation" into udc-dev am: bbb54462a8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23247754

Change-Id: Ie9c4955884d9d9b5c48f42c3e456e190d3d9f357
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-05-16 01:22:52 +00:00
committed by Automerger Merge Worker

View File

@@ -302,6 +302,10 @@ public final class FeatureFlags {
"Enables receiving unfold animation events from sysui instead of calculating "
+ "them in launcher process using hinge sensor values.");
public static final BooleanFlag ENABLE_WIDGET_TRANSITION_FOR_RESIZING = getDebugFlag(268553314,
"ENABLE_WIDGET_TRANSITION_FOR_RESIZING", DISABLED,
"Enable widget transition animation when resizing the widgets");
public static final BooleanFlag PREEMPTIVE_UNFOLD_ANIMATION_START = getDebugFlag(270397209,
"PREEMPTIVE_UNFOLD_ANIMATION_START", ENABLED,
"Enables starting the unfold animation preemptively when unfolding, without"