package F;

import android.graphics.Insets;

/* JADX INFO: loaded from: classes.dex */
public final class b {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final b f2228e = new b(0, 0, 0, 0);

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

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

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

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

    public b(int i, int i5, int i8, int i9) {
        this.f2229a = i;
        this.f2230b = i5;
        this.f2231c = i8;
        this.f2232d = i9;
    }

    public static b a(int i, int i5, int i8, int i9) {
        return (i == 0 && i5 == 0 && i8 == 0 && i9 == 0) ? f2228e : new b(i, i5, i8, i9);
    }

    public final Insets b() {
        return B.b.c(this.f2229a, this.f2230b, this.f2231c, this.f2232d);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || b.class != obj.getClass()) {
            return false;
        }
        b bVar = (b) obj;
        return this.f2232d == bVar.f2232d && this.f2229a == bVar.f2229a && this.f2231c == bVar.f2231c && this.f2230b == bVar.f2230b;
    }

    public final int hashCode() {
        return (((((this.f2229a * 31) + this.f2230b) * 31) + this.f2231c) * 31) + this.f2232d;
    }

    public final String toString() {
        return "Insets{left=" + this.f2229a + ", top=" + this.f2230b + ", right=" + this.f2231c + ", bottom=" + this.f2232d + '}';
    }
}
