mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 17:12:31 -06:00
283 lines
6.8 KiB
Smali
283 lines
6.8 KiB
Smali
.class public final Landroidx/lifecycle/Lifecycle$Event$Companion;
|
|
.super Ljava/lang/Object;
|
|
.source "Lifecycle.kt"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/lifecycle/Lifecycle$Event;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Companion"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/lifecycle/Lifecycle$Event$Companion$WhenMappings;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
d1 = {
|
|
"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\u0008\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\u0008\u0002\u00a2\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\u0008\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\u00a8\u0006\n"
|
|
}
|
|
d2 = {
|
|
"Landroidx/lifecycle/Lifecycle$Event$Companion;",
|
|
"",
|
|
"()V",
|
|
"downFrom",
|
|
"Landroidx/lifecycle/Lifecycle$Event;",
|
|
"state",
|
|
"Landroidx/lifecycle/Lifecycle$State;",
|
|
"downTo",
|
|
"upFrom",
|
|
"upTo",
|
|
"lifecycle-common"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x8,
|
|
0x0
|
|
}
|
|
xi = 0x30
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 151
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Landroidx/lifecycle/Lifecycle$Event$Companion;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final downFrom(Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$Event;
|
|
.locals 0
|
|
.annotation runtime Lkotlin/jvm/JvmStatic;
|
|
.end annotation
|
|
|
|
const-string p0, "state"
|
|
|
|
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 162
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event$Companion$WhenMappings;->$EnumSwitchMapping$0:[I
|
|
|
|
invoke-virtual {p1}, Landroidx/lifecycle/Lifecycle$State;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p0, p0, p1
|
|
|
|
const/4 p1, 0x1
|
|
|
|
if-eq p0, p1, :cond_2
|
|
|
|
const/4 p1, 0x2
|
|
|
|
if-eq p0, p1, :cond_1
|
|
|
|
const/4 p1, 0x3
|
|
|
|
if-eq p0, p1, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 165
|
|
:cond_0
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_PAUSE:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 164
|
|
:cond_1
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_STOP:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 163
|
|
:cond_2
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_DESTROY:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final downTo(Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$Event;
|
|
.locals 0
|
|
.annotation runtime Lkotlin/jvm/JvmStatic;
|
|
.end annotation
|
|
|
|
const-string p0, "state"
|
|
|
|
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 180
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event$Companion$WhenMappings;->$EnumSwitchMapping$0:[I
|
|
|
|
invoke-virtual {p1}, Landroidx/lifecycle/Lifecycle$State;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p0, p0, p1
|
|
|
|
const/4 p1, 0x1
|
|
|
|
if-eq p0, p1, :cond_2
|
|
|
|
const/4 p1, 0x2
|
|
|
|
if-eq p0, p1, :cond_1
|
|
|
|
const/4 p1, 0x4
|
|
|
|
if-eq p0, p1, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 181
|
|
:cond_0
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_DESTROY:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 183
|
|
:cond_1
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_PAUSE:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 182
|
|
:cond_2
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_STOP:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final upFrom(Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$Event;
|
|
.locals 0
|
|
.annotation runtime Lkotlin/jvm/JvmStatic;
|
|
.end annotation
|
|
|
|
const-string p0, "state"
|
|
|
|
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 198
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event$Companion$WhenMappings;->$EnumSwitchMapping$0:[I
|
|
|
|
invoke-virtual {p1}, Landroidx/lifecycle/Lifecycle$State;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p0, p0, p1
|
|
|
|
const/4 p1, 0x1
|
|
|
|
if-eq p0, p1, :cond_2
|
|
|
|
const/4 p1, 0x2
|
|
|
|
if-eq p0, p1, :cond_1
|
|
|
|
const/4 p1, 0x5
|
|
|
|
if-eq p0, p1, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 199
|
|
:cond_0
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_CREATE:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 201
|
|
:cond_1
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_RESUME:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 200
|
|
:cond_2
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_START:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final upTo(Landroidx/lifecycle/Lifecycle$State;)Landroidx/lifecycle/Lifecycle$Event;
|
|
.locals 0
|
|
.annotation runtime Lkotlin/jvm/JvmStatic;
|
|
.end annotation
|
|
|
|
const-string p0, "state"
|
|
|
|
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 216
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event$Companion$WhenMappings;->$EnumSwitchMapping$0:[I
|
|
|
|
invoke-virtual {p1}, Landroidx/lifecycle/Lifecycle$State;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p0, p0, p1
|
|
|
|
const/4 p1, 0x1
|
|
|
|
if-eq p0, p1, :cond_2
|
|
|
|
const/4 p1, 0x2
|
|
|
|
if-eq p0, p1, :cond_1
|
|
|
|
const/4 p1, 0x3
|
|
|
|
if-eq p0, p1, :cond_0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
.line 219
|
|
:cond_0
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_RESUME:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 218
|
|
:cond_1
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_START:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
goto :goto_0
|
|
|
|
.line 217
|
|
:cond_2
|
|
sget-object p0, Landroidx/lifecycle/Lifecycle$Event;->ON_CREATE:Landroidx/lifecycle/Lifecycle$Event;
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|