mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
169 lines
9.6 KiB
Java
169 lines
9.6 KiB
Java
package androidx.compose.ui.focus;
|
|
|
|
import kotlin.Deprecated;
|
|
import kotlin.DeprecationLevel;
|
|
import kotlin.Metadata;
|
|
import kotlin.ReplaceWith;
|
|
import kotlin.jvm.JvmInline;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* compiled from: FocusDirection.kt */
|
|
@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0010\u000b\n\u0002\b\u0006\n\u0002\u0010\u000e\n\u0002\b\u0004\b\u0087@\u0018\u0000 \u00112\u00020\u0001:\u0001\u0011B\u0014\b\u0000\u0012\u0006\u0010\u0002\u001a\u00020\u0003ø\u0001\u0000¢\u0006\u0004\b\u0004\u0010\u0005J\u001a\u0010\u0006\u001a\u00020\u00072\b\u0010\b\u001a\u0004\u0018\u00010\u0001HÖ\u0003¢\u0006\u0004\b\t\u0010\nJ\u0010\u0010\u000b\u001a\u00020\u0003HÖ\u0001¢\u0006\u0004\b\f\u0010\u0005J\u000f\u0010\r\u001a\u00020\u000eH\u0016¢\u0006\u0004\b\u000f\u0010\u0010R\u000e\u0010\u0002\u001a\u00020\u0003X\u0082\u0004¢\u0006\u0002\n\u0000\u0088\u0001\u0002\u0092\u0001\u00020\u0003ø\u0001\u0000\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u0012"}, d2 = {"Landroidx/compose/ui/focus/FocusDirection;", "", "value", "", "constructor-impl", "(I)I", "equals", "", "other", "equals-impl", "(ILjava/lang/Object;)Z", "hashCode", "hashCode-impl", "toString", "", "toString-impl", "(I)Ljava/lang/String;", "Companion", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
@JvmInline
|
|
/* loaded from: classes.dex */
|
|
public final class FocusDirection {
|
|
private static final int Enter;
|
|
private static final int Exit;
|
|
private static final int In;
|
|
private static final int Out;
|
|
private final int value;
|
|
|
|
/* renamed from: Companion, reason: from kotlin metadata */
|
|
public static final Companion INSTANCE = new Companion(null);
|
|
private static final int Next = m2317constructorimpl(1);
|
|
private static final int Previous = m2317constructorimpl(2);
|
|
private static final int Left = m2317constructorimpl(3);
|
|
private static final int Right = m2317constructorimpl(4);
|
|
private static final int Up = m2317constructorimpl(5);
|
|
private static final int Down = m2317constructorimpl(6);
|
|
|
|
/* renamed from: box-impl, reason: not valid java name */
|
|
public static final /* synthetic */ FocusDirection m2316boximpl(int i) {
|
|
return new FocusDirection(i);
|
|
}
|
|
|
|
/* renamed from: constructor-impl, reason: not valid java name */
|
|
public static int m2317constructorimpl(int i) {
|
|
return i;
|
|
}
|
|
|
|
/* renamed from: equals-impl, reason: not valid java name */
|
|
public static boolean m2318equalsimpl(int i, Object obj) {
|
|
return (obj instanceof FocusDirection) && i == ((FocusDirection) obj).getValue();
|
|
}
|
|
|
|
/* renamed from: equals-impl0, reason: not valid java name */
|
|
public static final boolean m2319equalsimpl0(int i, int i2) {
|
|
return i == i2;
|
|
}
|
|
|
|
/* renamed from: hashCode-impl, reason: not valid java name */
|
|
public static int m2320hashCodeimpl(int i) {
|
|
return Integer.hashCode(i);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
return m2318equalsimpl(this.value, obj);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return m2320hashCodeimpl(this.value);
|
|
}
|
|
|
|
/* renamed from: unbox-impl, reason: not valid java name and from getter */
|
|
public final /* synthetic */ int getValue() {
|
|
return this.value;
|
|
}
|
|
|
|
private /* synthetic */ FocusDirection(int i) {
|
|
this.value = i;
|
|
}
|
|
|
|
public String toString() {
|
|
return m2321toStringimpl(this.value);
|
|
}
|
|
|
|
/* renamed from: toString-impl, reason: not valid java name */
|
|
public static String m2321toStringimpl(int i) {
|
|
return m2319equalsimpl0(i, Next) ? "Next" : m2319equalsimpl0(i, Previous) ? "Previous" : m2319equalsimpl0(i, Left) ? "Left" : m2319equalsimpl0(i, Right) ? "Right" : m2319equalsimpl0(i, Up) ? "Up" : m2319equalsimpl0(i, Down) ? "Down" : m2319equalsimpl0(i, Enter) ? "Enter" : m2319equalsimpl0(i, Exit) ? "Exit" : "Invalid FocusDirection";
|
|
}
|
|
|
|
/* compiled from: FocusDirection.kt */
|
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u001a\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u001c\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0005\u0010\u0006R'\u0010\b\u001a\u00020\u00048GX\u0087\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\u0010\n\u0002\u0010\u0007\u0012\u0004\b\t\u0010\u0002\u001a\u0004\b\n\u0010\u0006R'\u0010\u000b\u001a\u00020\u00048GX\u0087\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\u0010\n\u0002\u0010\u0007\u0012\u0004\b\f\u0010\u0002\u001a\u0004\b\r\u0010\u0006R'\u0010\u000e\u001a\u00020\u00048GX\u0087\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\u0010\n\u0002\u0010\u0007\u0012\u0004\b\u000f\u0010\u0002\u001a\u0004\b\u0010\u0010\u0006R\u001c\u0010\u0011\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0012\u0010\u0006R\u001c\u0010\u0013\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0014\u0010\u0006R'\u0010\u0015\u001a\u00020\u00048GX\u0087\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\u0010\n\u0002\u0010\u0007\u0012\u0004\b\u0016\u0010\u0002\u001a\u0004\b\u0017\u0010\u0006R\u001c\u0010\u0018\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0019\u0010\u0006R\u001c\u0010\u001a\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u001b\u0010\u0006R\u001c\u0010\u001c\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u001d\u0010\u0006\u0082\u0002\u000f\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001\n\u0002\b!¨\u0006\u001e"}, d2 = {"Landroidx/compose/ui/focus/FocusDirection$Companion;", "", "()V", "Down", "Landroidx/compose/ui/focus/FocusDirection;", "getDown-dhqQ-8s", "()I", "I", "Enter", "getEnter-dhqQ-8s$annotations", "getEnter-dhqQ-8s", "Exit", "getExit-dhqQ-8s$annotations", "getExit-dhqQ-8s", "In", "getIn-dhqQ-8s$annotations", "getIn-dhqQ-8s", "Left", "getLeft-dhqQ-8s", "Next", "getNext-dhqQ-8s", "Out", "getOut-dhqQ-8s$annotations", "getOut-dhqQ-8s", "Previous", "getPrevious-dhqQ-8s", "Right", "getRight-dhqQ-8s", "Up", "getUp-dhqQ-8s", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
/* renamed from: getEnter-dhqQ-8s$annotations, reason: not valid java name */
|
|
public static /* synthetic */ void m2323getEnterdhqQ8s$annotations() {
|
|
}
|
|
|
|
/* renamed from: getExit-dhqQ-8s$annotations, reason: not valid java name */
|
|
public static /* synthetic */ void m2324getExitdhqQ8s$annotations() {
|
|
}
|
|
|
|
@Deprecated(level = DeprecationLevel.WARNING, message = "Use FocusDirection.Enter instead.", replaceWith = @ReplaceWith(expression = "Enter", imports = {"androidx.compose.ui.focus.FocusDirection.Companion.Enter"}))
|
|
/* renamed from: getIn-dhqQ-8s$annotations, reason: not valid java name */
|
|
public static /* synthetic */ void m2325getIndhqQ8s$annotations() {
|
|
}
|
|
|
|
@Deprecated(level = DeprecationLevel.WARNING, message = "Use FocusDirection.Exit instead.", replaceWith = @ReplaceWith(expression = "Exit", imports = {"androidx.compose.ui.focus.FocusDirection.Companion.Exit"}))
|
|
/* renamed from: getOut-dhqQ-8s$annotations, reason: not valid java name */
|
|
public static /* synthetic */ void m2326getOutdhqQ8s$annotations() {
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
|
|
/* renamed from: getNext-dhqQ-8s, reason: not valid java name */
|
|
public final int m2332getNextdhqQ8s() {
|
|
return FocusDirection.Next;
|
|
}
|
|
|
|
/* renamed from: getPrevious-dhqQ-8s, reason: not valid java name */
|
|
public final int m2334getPreviousdhqQ8s() {
|
|
return FocusDirection.Previous;
|
|
}
|
|
|
|
/* renamed from: getLeft-dhqQ-8s, reason: not valid java name */
|
|
public final int m2331getLeftdhqQ8s() {
|
|
return FocusDirection.Left;
|
|
}
|
|
|
|
/* renamed from: getRight-dhqQ-8s, reason: not valid java name */
|
|
public final int m2335getRightdhqQ8s() {
|
|
return FocusDirection.Right;
|
|
}
|
|
|
|
/* renamed from: getUp-dhqQ-8s, reason: not valid java name */
|
|
public final int m2336getUpdhqQ8s() {
|
|
return FocusDirection.Up;
|
|
}
|
|
|
|
/* renamed from: getDown-dhqQ-8s, reason: not valid java name */
|
|
public final int m2327getDowndhqQ8s() {
|
|
return FocusDirection.Down;
|
|
}
|
|
|
|
/* renamed from: getEnter-dhqQ-8s, reason: not valid java name */
|
|
public final int m2328getEnterdhqQ8s() {
|
|
return FocusDirection.Enter;
|
|
}
|
|
|
|
/* renamed from: getExit-dhqQ-8s, reason: not valid java name */
|
|
public final int m2329getExitdhqQ8s() {
|
|
return FocusDirection.Exit;
|
|
}
|
|
|
|
/* renamed from: getIn-dhqQ-8s, reason: not valid java name */
|
|
public final int m2330getIndhqQ8s() {
|
|
return FocusDirection.In;
|
|
}
|
|
|
|
/* renamed from: getOut-dhqQ-8s, reason: not valid java name */
|
|
public final int m2333getOutdhqQ8s() {
|
|
return FocusDirection.Out;
|
|
}
|
|
}
|
|
|
|
static {
|
|
int m2317constructorimpl = m2317constructorimpl(7);
|
|
Enter = m2317constructorimpl;
|
|
int m2317constructorimpl2 = m2317constructorimpl(8);
|
|
Exit = m2317constructorimpl2;
|
|
In = m2317constructorimpl;
|
|
Out = m2317constructorimpl2;
|
|
}
|
|
}
|