package I0;

import q.AbstractC2761L;

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

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

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

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

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

    public C0304m(float f6, float f7, float f8, float f9) {
        this.f2437a = f6;
        this.f2438b = f7;
        this.f2439c = f8;
        this.f2440d = f9;
        if (f6 < 0.0f) {
            F0.a.a("Left must be non-negative");
        }
        if (f7 < 0.0f) {
            F0.a.a("Top must be non-negative");
        }
        if (f8 < 0.0f) {
            F0.a.a("Right must be non-negative");
        }
        if (f9 >= 0.0f) {
            return;
        }
        F0.a.a("Bottom must be non-negative");
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0304m)) {
            return false;
        }
        C0304m c0304m = (C0304m) obj;
        return h1.f.c(this.f2437a, c0304m.f2437a) && h1.f.c(this.f2438b, c0304m.f2438b) && h1.f.c(this.f2439c, c0304m.f2439c) && h1.f.c(this.f2440d, c0304m.f2440d);
    }

    public final int hashCode() {
        return Boolean.hashCode(true) + com.google.android.recaptcha.internal.a.b(this.f2440d, com.google.android.recaptcha.internal.a.b(this.f2439c, com.google.android.recaptcha.internal.a.b(this.f2438b, Float.hashCode(this.f2437a) * 31, 31), 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("DpTouchBoundsExpansion(start=");
        AbstractC2761L.k(this.f2437a, sb, ", top=");
        AbstractC2761L.k(this.f2438b, sb, ", end=");
        AbstractC2761L.k(this.f2439c, sb, ", bottom=");
        sb.append((Object) h1.f.d(this.f2440d));
        sb.append(", isLayoutDirectionAware=true)");
        return sb.toString();
    }
}
