Extract Launcher resource interpolators to Animation Library

Bug: 292080029
Test: atest InterpolatorResourcesTest
Change-Id: I65dba4eb3f96844d4f9a4d0af608c0bd8e77ccc2
This commit is contained in:
Johannes Gallmann
2023-07-21 18:02:07 +02:00
parent 80fddb6e40
commit a82eebd286
15 changed files with 14 additions and 169 deletions

View File

@@ -285,7 +285,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