package P;

import L1.Z0;
import android.os.Build;
import android.view.animation.Interpolator;

/* JADX INFO: loaded from: classes.dex */
public final class b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public a0 f2426a;

    public b0(int i, Interpolator interpolator, long j5) {
        if (Build.VERSION.SDK_INT >= 30) {
            this.f2426a = new Z(Z0.k(i, interpolator, j5));
        } else {
            this.f2426a = new X(i, interpolator, j5);
        }
    }
}
