package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ˆⁱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0926 {

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

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

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

    public C0926(int i, int i2, String str) {
        this.f4048 = str;
        this.f4046 = i;
        this.f4047 = i2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0926)) {
            return false;
        }
        C0926 c0926 = (C0926) obj;
        return this.f4048.equals(c0926.f4048) && this.f4046 == c0926.f4046 && this.f4047 == c0926.f4047;
    }

    public final int hashCode() {
        Integer numValueOf = Integer.valueOf(this.f4046);
        Integer numValueOf2 = Integer.valueOf(this.f4047);
        Float fValueOf = Float.valueOf(1.0f);
        return Objects.hash(this.f4048, numValueOf, numValueOf2, fValueOf, 0, 0, 0, fValueOf);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("DisplayShapeCompat{ spec=");
        sb.append(Integer.valueOf(this.f4048.hashCode()));
        sb.append(" displayWidth=");
        sb.append(this.f4046);
        sb.append(" displayHeight=");
        return AbstractC3589.m8110(sb, this.f4047, " physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}");
    }
}
