package i6;

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

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

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

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

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return this.f13574a == jVar.f13574a && this.f13575b == jVar.f13575b && this.f13576c == jVar.f13576c && this.f13577d == jVar.f13577d;
    }

    public final int hashCode() {
        return (((((this.f13574a * 31) + this.f13575b) * 31) + this.f13576c) * 31) + this.f13577d;
    }

    public final String toString() {
        int i = this.f13574a;
        int i5 = this.f13575b;
        int i8 = this.f13576c;
        int i9 = this.f13577d;
        return "ViewBounds(left=" + i + ", top=" + i5 + ", right=" + i8 + ", bottom=" + i9 + ", height=" + (i9 - i5) + ", width=" + (i8 - i) + ")";
    }
}
