Revert the WIDGET_CROSSFADE_DURATION_MILLIS to 125

Partially reverts ag/33592869

- It seems that it was meant for close animation, however this value
is mainly used for open animation.

Bug: 424740625
Test: See demo
Flag: EXEMPT BUGFIX
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ee94bdd219120e430e1a262729d9409615ef4130)
Merged-In: I574fc18919d58bc0be3529350ac29bcf8f42f9e4
Change-Id: I574fc18919d58bc0be3529350ac29bcf8f42f9e4
This commit is contained in:
Shamali Patwa
2025-06-17 16:16:15 -07:00
committed by Android Build Coastguard Worker
parent 7baa4dd4d0
commit bb223dedb6
@@ -232,8 +232,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
private static final int MAX_NUM_TASKS = 5;
// Cross-fade duration between App Widget and App
private static final int WIDGET_CROSSFADE_DURATION_MILLIS = 666;
// Cross-fade duration between App Widget and App when launching from widget.
private static final int WIDGET_CROSSFADE_DURATION_MILLIS = 125;
protected final QuickstepLauncher mLauncher;
protected final DragLayer mDragLayer;