what-the-bank/sources/o/C6217cMa.java

20 lines
773 B
Java

package o;
import android.animation.TimeInterpolator;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.LinearInterpolator;
/* renamed from: o.cMa, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class C6217cMa {
public static final TimeInterpolator e = new LinearInterpolator();
public static final TimeInterpolator d = new NtL();
public static final TimeInterpolator c = new FTX();
public static final TimeInterpolator b = new bIH();
public static final TimeInterpolator a = new DecelerateInterpolator();
public static float b(float f, float f2, float f3, float f4, float f5) {
return f5 <= f3 ? f : f5 >= f4 ? f2 : f + (((f5 - f3) / (f4 - f3)) * (f2 - f));
}
}