package g2;

import android.graphics.drawable.BitmapDrawable;

/* JADX INFO: renamed from: g2.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0978f {

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

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

    public C0978f(BitmapDrawable bitmapDrawable, boolean z8) {
        this.f12902a = bitmapDrawable;
        this.f12903b = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0978f)) {
            return false;
        }
        C0978f c0978f = (C0978f) obj;
        return this.f12902a.equals(c0978f.f12902a) && this.f12903b == c0978f.f12903b;
    }

    public final int hashCode() {
        return (this.f12902a.hashCode() * 31) + (this.f12903b ? 1231 : 1237);
    }
}
