mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
125 lines
4 KiB
Smali
125 lines
4 KiB
Smali
.class public abstract Landroidx/lifecycle/Lifecycle;
|
|
.super Ljava/lang/Object;
|
|
.source "Lifecycle.kt"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/lifecycle/Lifecycle$Event;,
|
|
Landroidx/lifecycle/Lifecycle$State;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
d1 = {
|
|
"\u0000*\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0003\n\u0002\u0018\u0002\n\u0002\u0008\u0005\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0004\u0008&\u0018\u00002\u00020\u0001:\u0002\u0012\u0013B\u0005\u00a2\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\u00a6\u0004\u00a2\u0006\u0006\u001a\u0004\u0008\u0005\u0010\u0006R$\u0010\u0007\u001a\u0008\u0012\u0004\u0012\u00020\u00010\u00088\u0006@\u0006X\u0087\u000e\u00a2\u0006\u000e\n\u0000\u001a\u0004\u0008\t\u0010\n\"\u0004\u0008\u000b\u0010\u000c\u00a8\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 = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x8,
|
|
0x0
|
|
}
|
|
xi = 0x30
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private internalScopeRef:Ljava/util/concurrent/atomic/AtomicReference;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/concurrent/atomic/AtomicReference<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 48
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 55
|
|
new-instance v0, Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
invoke-direct {v0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/lifecycle/Lifecycle;->internalScopeRef:Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract addObserver(Landroidx/lifecycle/LifecycleObserver;)V
|
|
.end method
|
|
|
|
.method public abstract getCurrentState()Landroidx/lifecycle/Lifecycle$State;
|
|
.end method
|
|
|
|
.method public final getInternalScopeRef()Ljava/util/concurrent/atomic/AtomicReference;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/concurrent/atomic/AtomicReference<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object p0, p0, Landroidx/lifecycle/Lifecycle;->internalScopeRef:Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public abstract removeObserver(Landroidx/lifecycle/LifecycleObserver;)V
|
|
.end method
|
|
|
|
.method public final setInternalScopeRef(Ljava/util/concurrent/atomic/AtomicReference;)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/concurrent/atomic/AtomicReference<",
|
|
"Ljava/lang/Object;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "<set-?>"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iput-object p1, p0, Landroidx/lifecycle/Lifecycle;->internalScopeRef:Ljava/util/concurrent/atomic/AtomicReference;
|
|
|
|
return-void
|
|
.end method
|