package defpackage;

import android.graphics.Insets;

/* JADX INFO: renamed from: ˑʨᵠᵴ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2031 {

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public static final C2031 f8070 = new C2031(0, 0, 0, 0);

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f8071;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f8072;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f8073;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f8074;

    public C2031(int i, int i2, int i3, int i4) {
        this.f8073 = i;
        this.f8071 = i2;
        this.f8072 = i3;
        this.f8074 = i4;
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public static C2031 m5446(Insets insets) {
        return m5447(insets.left, insets.top, insets.right, insets.bottom);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C2031 m5447(int i, int i2, int i3, int i4) {
        return (i == 0 && i2 == 0 && i3 == 0 && i4 == 0) ? f8070 : new C2031(i, i2, i3, i4);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2031.class != obj.getClass()) {
            return false;
        }
        C2031 c2031 = (C2031) obj;
        return this.f8074 == c2031.f8074 && this.f8073 == c2031.f8073 && this.f8072 == c2031.f8072 && this.f8071 == c2031.f8071;
    }

    public final int hashCode() {
        return (((((this.f8073 * 31) + this.f8071) * 31) + this.f8072) * 31) + this.f8074;
    }

    public final String toString() {
        return "Insets{left=" + this.f8073 + ", top=" + this.f8071 + ", right=" + this.f8072 + ", bottom=" + this.f8074 + '}';
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Insets m5448() {
        return AbstractC1630.m4509(this.f8073, this.f8071, this.f8072, this.f8074);
    }
}
