package p037.p065.p070;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: މ.ރ.ބ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C1863 {

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public static final C1863 f6251 = new C1863(0, 0, 0, 0);

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f6252;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f6253;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final int f6254;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final int f6255;

    public C1863(int i, int i2, int i3, int i4) {
        this.f6252 = i;
        this.f6253 = i2;
        this.f6254 = i3;
        this.f6255 = i4;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C1863 m3668(int i, int i2, int i3, int i4) {
        return (i == 0 && i2 == 0 && i3 == 0 && i4 == 0) ? f6251 : new C1863(i, i2, i3, i4);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C1863.class != obj.getClass()) {
            return false;
        }
        C1863 c1863 = (C1863) obj;
        return this.f6255 == c1863.f6255 && this.f6252 == c1863.f6252 && this.f6254 == c1863.f6254 && this.f6253 == c1863.f6253;
    }

    public int hashCode() {
        return (((((this.f6252 * 31) + this.f6253) * 31) + this.f6254) * 31) + this.f6255;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Insets{left=");
        sbM4889.append(this.f6252);
        sbM4889.append(", top=");
        sbM4889.append(this.f6253);
        sbM4889.append(", right=");
        sbM4889.append(this.f6254);
        sbM4889.append(", bottom=");
        sbM4889.append(this.f6255);
        sbM4889.append('}');
        return sbM4889.toString();
    }
}
