package p2;

import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.ColorSpace;
import android.os.Build;
import java.util.Arrays;

/* JADX INFO: renamed from: p2.m, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1423m {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Bitmap.Config f16094b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final q2.h f16096d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final q2.g f16097e;

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final boolean f16100h;
    public final String i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final k7.o f16101j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final C1427q f16102k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final C1424n f16103l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final EnumC1412b f16104m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final EnumC1412b f16105n;

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final EnumC1412b f16106o;

    public C1423m(Context context, Bitmap.Config config, ColorSpace colorSpace, q2.h hVar, q2.g gVar, boolean z8, boolean z9, boolean z10, String str, k7.o oVar, C1427q c1427q, C1424n c1424n, EnumC1412b enumC1412b, EnumC1412b enumC1412b2, EnumC1412b enumC1412b3) {
        this.f16093a = context;
        this.f16094b = config;
        this.f16095c = colorSpace;
        this.f16096d = hVar;
        this.f16097e = gVar;
        this.f16098f = z8;
        this.f16099g = z9;
        this.f16100h = z10;
        this.i = str;
        this.f16101j = oVar;
        this.f16102k = c1427q;
        this.f16103l = c1424n;
        this.f16104m = enumC1412b;
        this.f16105n = enumC1412b2;
        this.f16106o = enumC1412b3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1423m)) {
            return false;
        }
        C1423m c1423m = (C1423m) obj;
        if (P6.g.a(this.f16093a, c1423m.f16093a) && this.f16094b == c1423m.f16094b) {
            return (Build.VERSION.SDK_INT < 26 || P6.g.a(this.f16095c, c1423m.f16095c)) && P6.g.a(this.f16096d, c1423m.f16096d) && this.f16097e == c1423m.f16097e && this.f16098f == c1423m.f16098f && this.f16099g == c1423m.f16099g && this.f16100h == c1423m.f16100h && P6.g.a(this.i, c1423m.i) && P6.g.a(this.f16101j, c1423m.f16101j) && P6.g.a(this.f16102k, c1423m.f16102k) && P6.g.a(this.f16103l, c1423m.f16103l) && this.f16104m == c1423m.f16104m && this.f16105n == c1423m.f16105n && this.f16106o == c1423m.f16106o;
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f16094b.hashCode() + (this.f16093a.hashCode() * 31)) * 31;
        ColorSpace colorSpace = this.f16095c;
        int iHashCode2 = (((((((this.f16097e.hashCode() + ((this.f16096d.hashCode() + ((iHashCode + (colorSpace != null ? colorSpace.hashCode() : 0)) * 31)) * 31)) * 31) + (this.f16098f ? 1231 : 1237)) * 31) + (this.f16099g ? 1231 : 1237)) * 31) + (this.f16100h ? 1231 : 1237)) * 31;
        String str = this.i;
        return this.f16106o.hashCode() + ((this.f16105n.hashCode() + ((this.f16104m.hashCode() + ((this.f16103l.f16108q.hashCode() + ((this.f16102k.f16117a.hashCode() + ((((iHashCode2 + (str != null ? str.hashCode() : 0)) * 31) + Arrays.hashCode(this.f16101j.f14111q)) * 31)) * 31)) * 31)) * 31)) * 31);
    }
}
