package defpackage;

import android.content.res.ColorStateList;
import android.graphics.Paint;

/* JADX INFO: renamed from: ᵩﾞᵱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3861 extends AbstractC4829 {

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public float f14748;

    /* JADX INFO: renamed from: ˋˈ, reason: contains not printable characters */
    public float f14749;

    /* JADX INFO: renamed from: ᵝᵶ, reason: contains not printable characters */
    public Paint.Join f14750;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public float f14751;

    /* JADX INFO: renamed from: ᵮᵣᵗˈ, reason: contains not printable characters */
    public Paint.Cap f14752;

    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public float f14753;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public float f14754;

    /* JADX INFO: renamed from: ᵶᵥᵝ, reason: contains not printable characters */
    public float f14755;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public C1404 f14756;

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public float f14757;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public C1404 f14758;

    public float getFillAlpha() {
        return this.f14748;
    }

    public int getFillColor() {
        return this.f14758.f5808;
    }

    public float getStrokeAlpha() {
        return this.f14754;
    }

    public int getStrokeColor() {
        return this.f14756.f5808;
    }

    public float getStrokeWidth() {
        return this.f14751;
    }

    public float getTrimPathEnd() {
        return this.f14753;
    }

    public float getTrimPathOffset() {
        return this.f14755;
    }

    public float getTrimPathStart() {
        return this.f14757;
    }

    public void setFillAlpha(float f) {
        this.f14748 = f;
    }

    public void setFillColor(int i) {
        this.f14758.f5808 = i;
    }

    public void setStrokeAlpha(float f) {
        this.f14754 = f;
    }

    public void setStrokeColor(int i) {
        this.f14756.f5808 = i;
    }

    public void setStrokeWidth(float f) {
        this.f14751 = f;
    }

    public void setTrimPathEnd(float f) {
        this.f14753 = f;
    }

    public void setTrimPathOffset(float f) {
        this.f14755 = f;
    }

    public void setTrimPathStart(float f) {
        this.f14757 = f;
    }

    /* JADX WARN: Removed duplicated region for block: B:13:0x003a  */
    /* JADX WARN: Removed duplicated region for block: B:7:0x001e  */
    @Override // defpackage.AbstractC1525
    /* JADX INFO: renamed from: ʽˈˋ */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final boolean mo4327(int[] iArr) {
        boolean z;
        C1404 c1404 = this.f14758;
        boolean z2 = true;
        if (c1404.m4039()) {
            ColorStateList colorStateList = (ColorStateList) c1404.f5809;
            int colorForState = colorStateList.getColorForState(iArr, colorStateList.getDefaultColor());
            if (colorForState != c1404.f5808) {
                c1404.f5808 = colorForState;
                z = true;
            } else {
                z = false;
            }
        }
        C1404 c14042 = this.f14756;
        if (c14042.m4039()) {
            ColorStateList colorStateList2 = (ColorStateList) c14042.f5809;
            int colorForState2 = colorStateList2.getColorForState(iArr, colorStateList2.getDefaultColor());
            if (colorForState2 != c14042.f5808) {
                c14042.f5808 = colorForState2;
            } else {
                z2 = false;
            }
        }
        return z | z2;
    }

    @Override // defpackage.AbstractC1525
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final boolean mo4328() {
        return this.f14758.m4039() || this.f14756.m4039();
    }
}
