Merge "Extract Launcher resource interpolators to Animation Library" into udc-qpr-dev

This commit is contained in:
Johannes Gallmann
2023-07-31 12:36:43 +00:00
committed by Android (Google) Code Review
15 changed files with 14 additions and 169 deletions

View File

@@ -286,7 +286,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
mOpeningXInterpolator = AnimationUtils.loadInterpolator(context, R.interpolator.app_open_x);
mOpeningInterpolator = AnimationUtils.loadInterpolator(context,
R.interpolator.three_point_fast_out_extra_slow_in);
R.interpolator.emphasized_interpolator);
}
@Override