package l1;

import androidx.compose.runtime.ProvidableCompositionLocal;

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

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final boolean f20147e;

    public C(int i6) {
        this(D.f20148a, (i6 & 1) == 0, true, (i6 & 4) != 0, true);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c6 = (C) obj;
        return this.f20143a == c6.f20143a && this.f20144b == c6.f20144b && this.f20145c == c6.f20145c && this.f20146d == c6.f20146d && this.f20147e == c6.f20147e;
    }

    public final int hashCode() {
        return Boolean.hashCode(false) + com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f(this.f20143a * 31, 31, this.f20144b), 31, this.f20145c), 31, this.f20146d), 31, this.f20147e);
    }

    public C(D d6, boolean z6, boolean z7, boolean z8, boolean z9) {
        ProvidableCompositionLocal providableCompositionLocal = n.f20198a;
        int i6 = !z6 ? 262152 : 262144;
        i6 = d6 == D.f20149b ? i6 | 8192 : i6;
        i6 = z9 ? i6 : i6 | 512;
        boolean z10 = d6 == D.f20148a;
        this.f20143a = i6;
        this.f20144b = z10;
        this.f20145c = z7;
        this.f20146d = z8;
        this.f20147e = true;
    }
}
