package d3; import android.animation.TimeInterpolator; import android.view.animation.DecelerateInterpolator; import android.view.animation.LinearInterpolator; /* loaded from: classes2.dex */ public abstract class a { /* renamed from: a, reason: collision with root package name */ public static final TimeInterpolator f9105a = new LinearInterpolator(); /* renamed from: b, reason: collision with root package name */ public static final TimeInterpolator f9106b = new g0.b(); /* renamed from: c, reason: collision with root package name */ public static final TimeInterpolator f9107c = new g0.a(); /* renamed from: d, reason: collision with root package name */ public static final TimeInterpolator f9108d = new g0.c(); /* renamed from: e, reason: collision with root package name */ public static final TimeInterpolator f9109e = new DecelerateInterpolator(); public static float a(float f10, float f11, float f12) { return f10 + (f12 * (f11 - f10)); } }