package androidx.swiperefreshlayout.widget;

import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final RectF f4295a = new RectF();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Paint f4296b;

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

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

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

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

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

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

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public int[] f4303i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public int f4304j;

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

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

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public boolean f4308n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public Path f4309o;

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

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public int f4312r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public int f4313s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public int f4314t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public int f4315u;

    public d() {
        Paint paint = new Paint();
        this.f4296b = paint;
        Paint paint2 = new Paint();
        this.f4297c = paint2;
        Paint paint3 = new Paint();
        this.f4298d = paint3;
        this.f4299e = 0.0f;
        this.f4300f = 0.0f;
        this.f4301g = 0.0f;
        this.f4302h = 5.0f;
        this.f4310p = 1.0f;
        this.f4314t = 255;
        paint.setStrokeCap(Paint.Cap.SQUARE);
        paint.setAntiAlias(true);
        paint.setStyle(Paint.Style.STROKE);
        paint2.setStyle(Paint.Style.FILL);
        paint2.setAntiAlias(true);
        paint3.setColor(0);
    }

    public final void a(int i10) {
        this.f4304j = i10;
        this.f4315u = this.f4303i[i10];
    }
}
