package P;

import android.view.animation.Interpolator;

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

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

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

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

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

    public a0(int i, Interpolator interpolator, long j5) {
        this.f2419a = i;
        this.f2421c = interpolator;
        this.f2422d = j5;
    }

    public long a() {
        return this.f2422d;
    }

    public float b() {
        Interpolator interpolator = this.f2421c;
        return interpolator != null ? interpolator.getInterpolation(this.f2420b) : this.f2420b;
    }

    public int c() {
        return this.f2419a;
    }

    public void d(float f6) {
        this.f2420b = f6;
    }
}
