Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev am: fbdf40ff4f

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

Change-Id: Ia955281ad00528f8c8f711eb33e153f83764e4b0
This commit is contained in:
Hyunyoung Song
2022-02-25 23:30:55 +00:00
committed by Automerger Merge Worker
@@ -38,7 +38,7 @@ public class AllAppsState extends LauncherState {
@Override
public int getTransitionDuration(Context context) {
return 320;
return 150;
}
@Override