package i2;

import android.content.res.ColorStateList;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import c2.C0338a;

/* JADX INFO: renamed from: i2.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0629f extends Drawable.ConstantState {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public ColorStateList f6563c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public ColorStateList f6564d;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public PorterDuff.Mode f6566f;

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public int f6574o;
    public final Paint.Style p;

    public C0629f(k kVar) {
        this.f6563c = null;
        this.f6564d = null;
        this.f6565e = null;
        this.f6566f = PorterDuff.Mode.SRC_IN;
        this.f6567g = null;
        this.f6568h = 1.0f;
        this.i = 1.0f;
        this.f6570k = 255;
        this.f6571l = 0.0f;
        this.f6572m = 0.0f;
        this.f6573n = 0;
        this.f6574o = 0;
        this.p = Paint.Style.FILL_AND_STROKE;
        this.f6561a = kVar;
        this.f6562b = null;
    }

    @Override // android.graphics.drawable.Drawable.ConstantState
    public final int getChangingConfigurations() {
        return 0;
    }

    @Override // android.graphics.drawable.Drawable.ConstantState
    public Drawable newDrawable() {
        C0630g c0630g = new C0630g(this);
        c0630g.f6586o = true;
        return c0630g;
    }

    public C0629f(C0629f c0629f) {
        this.f6563c = null;
        this.f6564d = null;
        this.f6565e = null;
        this.f6566f = PorterDuff.Mode.SRC_IN;
        this.f6567g = null;
        this.f6568h = 1.0f;
        this.i = 1.0f;
        this.f6570k = 255;
        this.f6571l = 0.0f;
        this.f6572m = 0.0f;
        this.f6573n = 0;
        this.f6574o = 0;
        this.p = Paint.Style.FILL_AND_STROKE;
        this.f6561a = c0629f.f6561a;
        this.f6562b = c0629f.f6562b;
        this.f6569j = c0629f.f6569j;
        this.f6563c = c0629f.f6563c;
        this.f6564d = c0629f.f6564d;
        this.f6566f = c0629f.f6566f;
        this.f6565e = c0629f.f6565e;
        this.f6570k = c0629f.f6570k;
        this.f6568h = c0629f.f6568h;
        this.f6574o = c0629f.f6574o;
        this.i = c0629f.i;
        this.f6571l = c0629f.f6571l;
        this.f6572m = c0629f.f6572m;
        this.f6573n = c0629f.f6573n;
        this.p = c0629f.p;
        if (c0629f.f6567g != null) {
            this.f6567g = new Rect(c0629f.f6567g);
        }
    }
}
