mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
122 lines
7.7 KiB
Java
122 lines
7.7 KiB
Java
package androidx.compose.ui.text.input;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* compiled from: ImeOptions.kt */
|
|
@Metadata(d1 = {"\u00004\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u000f\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\b\u0007\u0018\u0000 \u001d2\u00020\u0001:\u0001\u001dB:\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0004\u001a\u00020\u0005\u0012\b\b\u0002\u0010\u0006\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0007\u001a\u00020\b\u0012\b\b\u0002\u0010\t\u001a\u00020\nø\u0001\u0000¢\u0006\u0002\u0010\u000bJE\u0010\u0014\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00052\b\b\u0002\u0010\u0006\u001a\u00020\u00032\b\b\u0002\u0010\u0007\u001a\u00020\b2\b\b\u0002\u0010\t\u001a\u00020\nø\u0001\u0001ø\u0001\u0000¢\u0006\u0004\b\u0015\u0010\u0016J\u0013\u0010\u0017\u001a\u00020\u00032\b\u0010\u0018\u001a\u0004\u0018\u00010\u0001H\u0096\u0002J\b\u0010\u0019\u001a\u00020\u001aH\u0016J\b\u0010\u001b\u001a\u00020\u001cH\u0016R\u0011\u0010\u0006\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\rR\u001c\u0010\u0004\u001a\u00020\u0005ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0010\u001a\u0004\b\u000e\u0010\u000fR\u001c\u0010\t\u001a\u00020\nø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0010\u001a\u0004\b\u0011\u0010\u000fR\u001c\u0010\u0007\u001a\u00020\bø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0010\u001a\u0004\b\u0012\u0010\u000fR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\r\u0082\u0002\u000f\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001\n\u0002\b!¨\u0006\u001e"}, d2 = {"Landroidx/compose/ui/text/input/ImeOptions;", "", "singleLine", "", "capitalization", "Landroidx/compose/ui/text/input/KeyboardCapitalization;", "autoCorrect", "keyboardType", "Landroidx/compose/ui/text/input/KeyboardType;", "imeAction", "Landroidx/compose/ui/text/input/ImeAction;", "(ZIZIILkotlin/jvm/internal/DefaultConstructorMarker;)V", "getAutoCorrect", "()Z", "getCapitalization-IUNYP9k", "()I", "I", "getImeAction-eUduSuo", "getKeyboardType-PjHm6EE", "getSingleLine", "copy", "copy-uxg59PA", "(ZIZII)Landroidx/compose/ui/text/input/ImeOptions;", "equals", "other", "hashCode", "", "toString", "", "Companion", "ui-text_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class ImeOptions {
|
|
public static final int $stable = 0;
|
|
|
|
/* renamed from: Companion, reason: from kotlin metadata */
|
|
public static final Companion INSTANCE = new Companion(null);
|
|
private static final ImeOptions Default = new ImeOptions(false, 0, false, 0, 0, 31, null);
|
|
private final boolean autoCorrect;
|
|
private final int capitalization;
|
|
private final int imeAction;
|
|
private final int keyboardType;
|
|
private final boolean singleLine;
|
|
|
|
public /* synthetic */ ImeOptions(boolean z, int i, boolean z2, int i2, int i3, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this(z, i, z2, i2, i3);
|
|
}
|
|
|
|
public final boolean getAutoCorrect() {
|
|
return this.autoCorrect;
|
|
}
|
|
|
|
/* renamed from: getCapitalization-IUNYP9k, reason: not valid java name and from getter */
|
|
public final int getCapitalization() {
|
|
return this.capitalization;
|
|
}
|
|
|
|
/* renamed from: getImeAction-eUduSuo, reason: not valid java name and from getter */
|
|
public final int getImeAction() {
|
|
return this.imeAction;
|
|
}
|
|
|
|
/* renamed from: getKeyboardType-PjHm6EE, reason: not valid java name and from getter */
|
|
public final int getKeyboardType() {
|
|
return this.keyboardType;
|
|
}
|
|
|
|
public final boolean getSingleLine() {
|
|
return this.singleLine;
|
|
}
|
|
|
|
private ImeOptions(boolean z, int i, boolean z2, int i2, int i3) {
|
|
this.singleLine = z;
|
|
this.capitalization = i;
|
|
this.autoCorrect = z2;
|
|
this.keyboardType = i2;
|
|
this.imeAction = i3;
|
|
}
|
|
|
|
public /* synthetic */ ImeOptions(boolean z, int i, boolean z2, int i2, int i3, int i4, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this((i4 & 1) != 0 ? false : z, (i4 & 2) != 0 ? KeyboardCapitalization.INSTANCE.m4600getNoneIUNYP9k() : i, (i4 & 4) != 0 ? true : z2, (i4 & 8) != 0 ? KeyboardType.INSTANCE.m4626getTextPjHm6EE() : i2, (i4 & 16) != 0 ? ImeAction.INSTANCE.m4573getDefaulteUduSuo() : i3, null);
|
|
}
|
|
|
|
/* compiled from: ImeOptions.kt */
|
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0011\u0010\u0003\u001a\u00020\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006¨\u0006\u0007"}, d2 = {"Landroidx/compose/ui/text/input/ImeOptions$Companion;", "", "()V", "Default", "Landroidx/compose/ui/text/input/ImeOptions;", "getDefault", "()Landroidx/compose/ui/text/input/ImeOptions;", "ui-text_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
|
|
public final ImeOptions getDefault() {
|
|
return ImeOptions.Default;
|
|
}
|
|
}
|
|
|
|
/* renamed from: copy-uxg59PA$default, reason: not valid java name */
|
|
public static /* synthetic */ ImeOptions m4581copyuxg59PA$default(ImeOptions imeOptions, boolean z, int i, boolean z2, int i2, int i3, int i4, Object obj) {
|
|
if ((i4 & 1) != 0) {
|
|
z = imeOptions.singleLine;
|
|
}
|
|
if ((i4 & 2) != 0) {
|
|
i = imeOptions.capitalization;
|
|
}
|
|
int i5 = i;
|
|
if ((i4 & 4) != 0) {
|
|
z2 = imeOptions.autoCorrect;
|
|
}
|
|
boolean z3 = z2;
|
|
if ((i4 & 8) != 0) {
|
|
i2 = imeOptions.keyboardType;
|
|
}
|
|
int i6 = i2;
|
|
if ((i4 & 16) != 0) {
|
|
i3 = imeOptions.imeAction;
|
|
}
|
|
return imeOptions.m4582copyuxg59PA(z, i5, z3, i6, i3);
|
|
}
|
|
|
|
/* renamed from: copy-uxg59PA, reason: not valid java name */
|
|
public final ImeOptions m4582copyuxg59PA(boolean singleLine, int capitalization, boolean autoCorrect, int keyboardType, int imeAction) {
|
|
return new ImeOptions(singleLine, capitalization, autoCorrect, keyboardType, imeAction, null);
|
|
}
|
|
|
|
public boolean equals(Object other) {
|
|
if (this == other) {
|
|
return true;
|
|
}
|
|
if (!(other instanceof ImeOptions)) {
|
|
return false;
|
|
}
|
|
ImeOptions imeOptions = (ImeOptions) other;
|
|
return this.singleLine == imeOptions.singleLine && KeyboardCapitalization.m4591equalsimpl0(this.capitalization, imeOptions.capitalization) && this.autoCorrect == imeOptions.autoCorrect && KeyboardType.m4606equalsimpl0(this.keyboardType, imeOptions.keyboardType) && ImeAction.m4561equalsimpl0(this.imeAction, imeOptions.imeAction);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return (((((((Boolean.hashCode(this.singleLine) * 31) + KeyboardCapitalization.m4592hashCodeimpl(this.capitalization)) * 31) + Boolean.hashCode(this.autoCorrect)) * 31) + KeyboardType.m4607hashCodeimpl(this.keyboardType)) * 31) + ImeAction.m4562hashCodeimpl(this.imeAction);
|
|
}
|
|
|
|
public String toString() {
|
|
return "ImeOptions(singleLine=" + this.singleLine + ", capitalization=" + ((Object) KeyboardCapitalization.m4593toStringimpl(this.capitalization)) + ", autoCorrect=" + this.autoCorrect + ", keyboardType=" + ((Object) KeyboardType.m4608toStringimpl(this.keyboardType)) + ", imeAction=" + ((Object) ImeAction.m4563toStringimpl(this.imeAction)) + ')';
|
|
}
|
|
}
|