package T0;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final w f6568c = new w(0, false);

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

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

    public w() {
        this.f6569a = false;
        this.f6570b = 0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof w)) {
            return false;
        }
        w wVar = (w) obj;
        if (this.f6569a != wVar.f6569a) {
            return false;
        }
        return this.f6570b == wVar.f6570b;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f6570b) + (Boolean.hashCode(this.f6569a) * 31);
    }

    public final String toString() {
        return "PlatformParagraphStyle(includeFontPadding=" + this.f6569a + ", emojiSupportMatch=" + ((Object) C0599j.a(this.f6570b)) + ')';
    }

    public w(int i6, boolean z6) {
        this.f6569a = z6;
        this.f6570b = i6;
    }
}
