package p2;

import android.graphics.drawable.Drawable;

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

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

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

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

    public C1415e(Drawable drawable, C1419i c1419i, Throwable th) {
        this.f16046a = drawable;
        this.f16047b = c1419i;
        this.f16048c = th;
    }

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

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1415e)) {
            return false;
        }
        C1415e c1415e = (C1415e) obj;
        if (P6.g.a(this.f16046a, c1415e.f16046a)) {
            return P6.g.a(this.f16047b, c1415e.f16047b) && P6.g.a(this.f16048c, c1415e.f16048c);
        }
        return false;
    }

    public final int hashCode() {
        Drawable drawable = this.f16046a;
        return this.f16048c.hashCode() + ((this.f16047b.hashCode() + ((drawable != null ? drawable.hashCode() : 0) * 31)) * 31);
    }
}
