package p0;

import android.graphics.ColorFilter;
import android.graphics.PorterDuffColorFilter;
import android.os.Build;
import q.AbstractC2761L;

/* JADX INFO: renamed from: p0.l, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2706l extends AbstractC2715v {

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

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

    /* JADX WARN: Illegal instructions before constructor call */
    public C2706l(long j4, int i6) {
        ColorFilter porterDuffColorFilter;
        if (Build.VERSION.SDK_INT >= 29) {
            AbstractC2695a.d();
            porterDuffColorFilter = AbstractC2695a.c(AbstractC2686D.I(j4), AbstractC2686D.E(i6));
        } else {
            porterDuffColorFilter = new PorterDuffColorFilter(AbstractC2686D.I(j4), AbstractC2686D.M(i6));
        }
        super(porterDuffColorFilter);
        this.f22925b = j4;
        this.f22926c = i6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2706l)) {
            return false;
        }
        C2706l c2706l = (C2706l) obj;
        if (C2714u.d(this.f22925b, c2706l.f22925b)) {
            return this.f22926c == c2706l.f22926c;
        }
        return false;
    }

    public final int hashCode() {
        int i6 = C2714u.f22946n;
        return Integer.hashCode(this.f22926c) + (Long.hashCode(this.f22925b) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BlendModeColorFilter(color=");
        AbstractC2761L.n(this.f22925b, ", blendMode=", sb);
        sb.append((Object) C2705k.a(this.f22926c));
        sb.append(')');
        return sb.toString();
    }
}
