api-impl: misc stubs to make FCM-toolbox launch

This commit is contained in:
Julian Winkler
2025-04-21 11:11:16 +02:00
parent 5de2c27abf
commit cff51b230b
5 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package android.view.animation;
public class DecelerateInterpolator implements Interpolator{
public class DecelerateInterpolator extends BaseInterpolator {
private float factor = 1.0f;