mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Extract Launcher resource interpolators to Animation Library
Bug: 292080029 Test: atest InterpolatorResourcesTest Change-Id: I65dba4eb3f96844d4f9a4d0af608c0bd8e77ccc2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user