package p2;

import android.graphics.drawable.Drawable;
import g2.EnumC0977e;
import n2.C1267a;

/* JADX INFO: renamed from: p2.p, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1426p extends AbstractC1420j {

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

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

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

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

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

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

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

    public C1426p(Drawable drawable, C1419i c1419i, EnumC0977e enumC0977e, C1267a c1267a, String str, boolean z8, boolean z9) {
        this.f16109a = drawable;
        this.f16110b = c1419i;
        this.f16111c = enumC0977e;
        this.f16112d = c1267a;
        this.f16113e = str;
        this.f16114f = z8;
        this.f16115g = z9;
    }

    @Override // p2.AbstractC1420j
    public final Drawable a() {
        return this.f16109a;
    }

    @Override // p2.AbstractC1420j
    public final C1419i b() {
        return this.f16110b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1426p)) {
            return false;
        }
        C1426p c1426p = (C1426p) obj;
        if (P6.g.a(this.f16109a, c1426p.f16109a)) {
            return P6.g.a(this.f16110b, c1426p.f16110b) && this.f16111c == c1426p.f16111c && P6.g.a(this.f16112d, c1426p.f16112d) && P6.g.a(this.f16113e, c1426p.f16113e) && this.f16114f == c1426p.f16114f && this.f16115g == c1426p.f16115g;
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f16111c.hashCode() + ((this.f16110b.hashCode() + (this.f16109a.hashCode() * 31)) * 31)) * 31;
        C1267a c1267a = this.f16112d;
        int iHashCode2 = (iHashCode + (c1267a != null ? c1267a.hashCode() : 0)) * 31;
        String str = this.f16113e;
        return ((((iHashCode2 + (str != null ? str.hashCode() : 0)) * 31) + (this.f16114f ? 1231 : 1237)) * 31) + (this.f16115g ? 1231 : 1237);
    }
}
