package defpackage;

import android.view.animation.DecelerateInterpolator;
import android.view.animation.LinearInterpolator;

/* JADX INFO: renamed from: ᵙˋʖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC2648 {
    static {
        new LinearInterpolator();
        new InterpolatorC2387(InterpolatorC2387.f9342);
        new InterpolatorC2387(InterpolatorC2387.f9340);
        new InterpolatorC2387(InterpolatorC2387.f9341);
        new DecelerateInterpolator();
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static float m6421(float f, float f2, float f3, float f4, float f5) {
        if (f5 <= f3) {
            return f;
        }
        if (f5 >= f4) {
            return f2;
        }
        return ((f2 - f) * ((f5 - f3) / (f4 - f3))) + f;
    }
}
