mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
251 lines
11 KiB
Java
251 lines
11 KiB
Java
|
package androidx.lifecycle;
|
||
|
|
||
|
import io.sentry.protocol.SentryThread;
|
||
|
import java.util.concurrent.atomic.AtomicReference;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.jvm.JvmStatic;
|
||
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
||
|
import kotlin.jvm.internal.Intrinsics;
|
||
|
import kotlinx.coroutines.debug.internal.DebugCoroutineInfoImplKt;
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(d1 = {"\u0000*\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b&\u0018\u00002\u00020\u0001:\u0002\u0012\u0013B\u0005¢\u0006\u0002\u0010\u0002J\u0010\u0010\r\u001a\u00020\u000e2\u0006\u0010\u000f\u001a\u00020\u0010H'J\u0010\u0010\u0011\u001a\u00020\u000e2\u0006\u0010\u000f\u001a\u00020\u0010H'R\u0014\u0010\u0003\u001a\u00020\u00048gX¦\u0004¢\u0006\u0006\u001a\u0004\b\u0005\u0010\u0006R$\u0010\u0007\u001a\b\u0012\u0004\u0012\u00020\u00010\b8\u0006@\u0006X\u0087\u000e¢\u0006\u000e\n\u0000\u001a\u0004\b\t\u0010\n\"\u0004\b\u000b\u0010\f¨\u0006\u0014"}, d2 = {"Landroidx/lifecycle/Lifecycle;", "", "()V", "currentState", "Landroidx/lifecycle/Lifecycle$State;", "getCurrentState", "()Landroidx/lifecycle/Lifecycle$State;", "internalScopeRef", "Ljava/util/concurrent/atomic/AtomicReference;", "getInternalScopeRef", "()Ljava/util/concurrent/atomic/AtomicReference;", "setInternalScopeRef", "(Ljava/util/concurrent/atomic/AtomicReference;)V", "addObserver", "", "observer", "Landroidx/lifecycle/LifecycleObserver;", "removeObserver", "Event", "State", "lifecycle-common"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public abstract class Lifecycle {
|
||
|
private AtomicReference<Object> internalScopeRef = new AtomicReference<>();
|
||
|
|
||
|
public abstract void addObserver(LifecycleObserver observer);
|
||
|
|
||
|
public abstract State getCurrentState();
|
||
|
|
||
|
public final AtomicReference<Object> getInternalScopeRef() {
|
||
|
return this.internalScopeRef;
|
||
|
}
|
||
|
|
||
|
public abstract void removeObserver(LifecycleObserver observer);
|
||
|
|
||
|
public final void setInternalScopeRef(AtomicReference<Object> atomicReference) {
|
||
|
Intrinsics.checkNotNullParameter(atomicReference, "<set-?>");
|
||
|
this.internalScopeRef = atomicReference;
|
||
|
}
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u000b\b\u0086\u0001\u0018\u0000 \u000e2\b\u0012\u0004\u0012\u00020\u00000\u0001:\u0001\u000eB\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0011\u0010\u0003\u001a\u00020\u00048F¢\u0006\u0006\u001a\u0004\b\u0005\u0010\u0006j\u0002\b\u0007j\u0002\b\bj\u0002\b\tj\u0002\b\nj\u0002\b\u000bj\u0002\b\fj\u0002\b\r¨\u0006\u000f"}, d2 = {"Landroidx/lifecycle/Lifecycle$Event;", "", "(Ljava/lang/String;I)V", "targetState", "Landroidx/lifecycle/Lifecycle$State;", "getTargetState", "()Landroidx/lifecycle/Lifecycle$State;", "ON_CREATE", "ON_START", "ON_RESUME", "ON_PAUSE", "ON_STOP", "ON_DESTROY", "ON_ANY", "Companion", "lifecycle-common"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public enum Event {
|
||
|
ON_CREATE,
|
||
|
ON_START,
|
||
|
ON_RESUME,
|
||
|
ON_PAUSE,
|
||
|
ON_STOP,
|
||
|
ON_DESTROY,
|
||
|
ON_ANY;
|
||
|
|
||
|
|
||
|
/* renamed from: Companion, reason: from kotlin metadata */
|
||
|
public static final Companion INSTANCE = new Companion(null);
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public /* synthetic */ class WhenMappings {
|
||
|
public static final /* synthetic */ int[] $EnumSwitchMapping$0;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[Event.values().length];
|
||
|
try {
|
||
|
iArr[Event.ON_CREATE.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_STOP.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_START.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_PAUSE.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_RESUME.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_DESTROY.ordinal()] = 6;
|
||
|
} catch (NoSuchFieldError unused6) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[Event.ON_ANY.ordinal()] = 7;
|
||
|
} catch (NoSuchFieldError unused7) {
|
||
|
}
|
||
|
$EnumSwitchMapping$0 = iArr;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public static final Event downFrom(State state) {
|
||
|
return INSTANCE.downFrom(state);
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public static final Event downTo(State state) {
|
||
|
return INSTANCE.downTo(state);
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public static final Event upFrom(State state) {
|
||
|
return INSTANCE.upFrom(state);
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public static final Event upTo(State state) {
|
||
|
return INSTANCE.upTo(state);
|
||
|
}
|
||
|
|
||
|
public final State getTargetState() {
|
||
|
switch (WhenMappings.$EnumSwitchMapping$0[ordinal()]) {
|
||
|
case 1:
|
||
|
case 2:
|
||
|
return State.CREATED;
|
||
|
case 3:
|
||
|
case 4:
|
||
|
return State.STARTED;
|
||
|
case 5:
|
||
|
return State.RESUMED;
|
||
|
case 6:
|
||
|
return State.DESTROYED;
|
||
|
default:
|
||
|
throw new IllegalArgumentException(this + " has no target state");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J\u0012\u0010\u0003\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0005\u001a\u00020\u0006H\u0007J\u0012\u0010\u0007\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0005\u001a\u00020\u0006H\u0007J\u0012\u0010\b\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0005\u001a\u00020\u0006H\u0007J\u0012\u0010\t\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0005\u001a\u00020\u0006H\u0007¨\u0006\n"}, d2 = {"Landroidx/lifecycle/Lifecycle$Event$Companion;", "", "()V", "downFrom", "Landroidx/lifecycle/Lifecycle$Event;", SentryThread.JsonKeys.STATE, "Landroidx/lifecycle/Lifecycle$State;", "downTo", "upFrom", "upTo", "lifecycle-common"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class Companion {
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public /* synthetic */ class WhenMappings {
|
||
|
public static final /* synthetic */ int[] $EnumSwitchMapping$0;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[State.values().length];
|
||
|
try {
|
||
|
iArr[State.CREATED.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[State.STARTED.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[State.RESUMED.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[State.DESTROYED.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
iArr[State.INITIALIZED.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
$EnumSwitchMapping$0 = iArr;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
||
|
this();
|
||
|
}
|
||
|
|
||
|
private Companion() {
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public final Event downFrom(State state) {
|
||
|
Intrinsics.checkNotNullParameter(state, "state");
|
||
|
int i = WhenMappings.$EnumSwitchMapping$0[state.ordinal()];
|
||
|
if (i == 1) {
|
||
|
return Event.ON_DESTROY;
|
||
|
}
|
||
|
if (i == 2) {
|
||
|
return Event.ON_STOP;
|
||
|
}
|
||
|
if (i != 3) {
|
||
|
return null;
|
||
|
}
|
||
|
return Event.ON_PAUSE;
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public final Event downTo(State state) {
|
||
|
Intrinsics.checkNotNullParameter(state, "state");
|
||
|
int i = WhenMappings.$EnumSwitchMapping$0[state.ordinal()];
|
||
|
if (i == 1) {
|
||
|
return Event.ON_STOP;
|
||
|
}
|
||
|
if (i == 2) {
|
||
|
return Event.ON_PAUSE;
|
||
|
}
|
||
|
if (i != 4) {
|
||
|
return null;
|
||
|
}
|
||
|
return Event.ON_DESTROY;
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public final Event upFrom(State state) {
|
||
|
Intrinsics.checkNotNullParameter(state, "state");
|
||
|
int i = WhenMappings.$EnumSwitchMapping$0[state.ordinal()];
|
||
|
if (i == 1) {
|
||
|
return Event.ON_START;
|
||
|
}
|
||
|
if (i == 2) {
|
||
|
return Event.ON_RESUME;
|
||
|
}
|
||
|
if (i != 5) {
|
||
|
return null;
|
||
|
}
|
||
|
return Event.ON_CREATE;
|
||
|
}
|
||
|
|
||
|
@JvmStatic
|
||
|
public final Event upTo(State state) {
|
||
|
Intrinsics.checkNotNullParameter(state, "state");
|
||
|
int i = WhenMappings.$EnumSwitchMapping$0[state.ordinal()];
|
||
|
if (i == 1) {
|
||
|
return Event.ON_CREATE;
|
||
|
}
|
||
|
if (i == 2) {
|
||
|
return Event.ON_START;
|
||
|
}
|
||
|
if (i != 3) {
|
||
|
return null;
|
||
|
}
|
||
|
return Event.ON_RESUME;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* compiled from: Lifecycle.kt */
|
||
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u0007\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J\u000e\u0010\u0003\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u0000j\u0002\b\u0006j\u0002\b\u0007j\u0002\b\bj\u0002\b\tj\u0002\b\n¨\u0006\u000b"}, d2 = {"Landroidx/lifecycle/Lifecycle$State;", "", "(Ljava/lang/String;I)V", "isAtLeast", "", SentryThread.JsonKeys.STATE, "DESTROYED", "INITIALIZED", DebugCoroutineInfoImplKt.CREATED, "STARTED", "RESUMED", "lifecycle-common"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes2.dex */
|
||
|
public enum State {
|
||
|
DESTROYED,
|
||
|
INITIALIZED,
|
||
|
CREATED,
|
||
|
STARTED,
|
||
|
RESUMED;
|
||
|
|
||
|
public final boolean isAtLeast(State state) {
|
||
|
Intrinsics.checkNotNullParameter(state, "state");
|
||
|
return compareTo(state) >= 0;
|
||
|
}
|
||
|
}
|
||
|
}
|