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

This commit is contained in:
Hyunyoung Song
2022-02-25 22:59:56 +00:00
committed by Android (Google) Code Review

View File

@@ -38,7 +38,7 @@ public class AllAppsState extends LauncherState {
@Override
public int getTransitionDuration(Context context) {
return 320;
return 150;
}
@Override