package f1;

import q.AbstractC2761L;

/* JADX INFO: renamed from: f1.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2021i {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C2021i f16378d = new C2021i(C2018f.f16373c, 17, 0);

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

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

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

    public C2021i(float f6, int i6, int i7) {
        this.f16379a = f6;
        this.f16380b = i6;
        this.f16381c = i7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2021i)) {
            return false;
        }
        C2021i c2021i = (C2021i) obj;
        float f6 = c2021i.f16379a;
        float f7 = C2018f.f16372b;
        if (Float.compare(this.f16379a, f6) == 0) {
            if (this.f16380b == c2021i.f16380b) {
                if (this.f16381c == c2021i.f16381c) {
                    return true;
                }
            }
        }
        return false;
    }

    public final int hashCode() {
        float f6 = C2018f.f16372b;
        return Integer.hashCode(this.f16381c) + AbstractC2761L.a(this.f16380b, Float.hashCode(this.f16379a) * 31, 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("LineHeightStyle(alignment=");
        sb.append((Object) C2018f.b(this.f16379a));
        sb.append(", trim=");
        String str = "Invalid";
        int i6 = this.f16380b;
        sb.append((Object) (i6 == 1 ? "LineHeightStyle.Trim.FirstLineTop" : i6 == 16 ? "LineHeightStyle.Trim.LastLineBottom" : i6 == 17 ? "LineHeightStyle.Trim.Both" : i6 == 0 ? "LineHeightStyle.Trim.None" : "Invalid"));
        sb.append(",mode=");
        int i7 = this.f16381c;
        if (i7 == 0) {
            str = "LineHeightStyle.Mode.Fixed";
        } else if (i7 == 1) {
            str = "LineHeightStyle.Mode.Minimum";
        } else if (i7 == 2) {
            str = "LineHeightStyle.Mode.Tight";
        }
        sb.append((Object) str);
        sb.append(')');
        return sb.toString();
    }
}
