package Z0;

import b1.C1187b;
import q.AbstractC2761L;

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final k f9110g = new k(false, 0, true, 1, 1, C1187b.f13227c);

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final C1187b f9116f;

    public k(boolean z6, int i6, boolean z7, int i7, int i8, C1187b c1187b) {
        this.f9111a = z6;
        this.f9112b = i6;
        this.f9113c = z7;
        this.f9114d = i7;
        this.f9115e = i8;
        this.f9116f = c1187b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof k)) {
            return false;
        }
        k kVar = (k) obj;
        return this.f9111a == kVar.f9111a && this.f9112b == kVar.f9112b && this.f9113c == kVar.f9113c && this.f9114d == kVar.f9114d && this.f9115e == kVar.f9115e && kotlin.jvm.internal.o.c(this.f9116f, kVar.f9116f);
    }

    public final int hashCode() {
        return this.f9116f.f13228a.hashCode() + AbstractC2761L.a(this.f9115e, AbstractC2761L.a(this.f9114d, com.google.android.recaptcha.internal.a.f(AbstractC2761L.a(this.f9112b, Boolean.hashCode(this.f9111a) * 31, 31), 31, this.f9113c), 31), 961);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ImeOptions(singleLine=");
        sb.append(this.f9111a);
        sb.append(", capitalization=");
        int i6 = this.f9112b;
        sb.append((Object) (i6 == -1 ? "Unspecified" : i6 == 0 ? "None" : i6 == 1 ? "Characters" : i6 == 2 ? "Words" : i6 == 3 ? "Sentences" : "Invalid"));
        sb.append(", autoCorrect=");
        sb.append(this.f9113c);
        sb.append(", keyboardType=");
        sb.append((Object) l.a(this.f9114d));
        sb.append(", imeAction=");
        sb.append((Object) j.a(this.f9115e));
        sb.append(", platformImeOptions=null, hintLocales=");
        sb.append(this.f9116f);
        sb.append(')');
        return sb.toString();
    }
}
