ADD week 5
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package androidx.constraintlayout.motion.widget;
|
||||
|
||||
import android.view.animation.Interpolator;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class MotionInterpolator implements Interpolator {
|
||||
@Override // android.animation.TimeInterpolator
|
||||
public abstract float getInterpolation(float v);
|
||||
|
||||
public abstract float getVelocity();
|
||||
}
|
Reference in New Issue
Block a user