package F1;

import android.view.animation.Interpolator;

/* JADX INFO: loaded from: classes.dex */
public abstract class U {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f1404a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public float f1405b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Interpolator f1406c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final long f1407d;

    public U(int i6, Interpolator interpolator, long j4) {
        this.f1404a = i6;
        this.f1406c = interpolator;
        this.f1407d = j4;
    }

    public float a() {
        return 1.0f;
    }

    public long b() {
        return this.f1407d;
    }

    public float c() {
        Interpolator interpolator = this.f1406c;
        return interpolator != null ? interpolator.getInterpolation(this.f1405b) : this.f1405b;
    }

    public int d() {
        return this.f1404a;
    }

    public void e(float f6) {
        this.f1405b = f6;
    }
}
