apkfuckery/com.discord/smali_classes2/t0/q/a$b.smali

158 lines
3.3 KiB
Smali
Raw Normal View History

2020-09-10 21:23:57 +00:00
.class public final Lt0/q/a$b;
2020-05-17 12:40:10 +00:00
.super Ljava/util/concurrent/atomic/AtomicInteger;
.source "ReplaySubject.java"
# interfaces
.implements Lrx/Producer;
.implements Lrx/Subscription;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-09-10 21:23:57 +00:00
value = Lt0/q/a;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/util/concurrent/atomic/AtomicInteger;",
"Lrx/Producer;",
"Lrx/Subscription;"
}
.end annotation
# static fields
.field public static final serialVersionUID:J = -0x4579a11aac8dacd7L
# instance fields
.field public final actual:Lrx/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"-TT;>;"
}
.end annotation
.end field
.field public index:I
.field public node:Ljava/lang/Object;
.field public final requested:Ljava/util/concurrent/atomic/AtomicLong;
2020-09-10 21:23:57 +00:00
.field public final state:Lt0/q/a$c;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-10 21:23:57 +00:00
"Lt0/q/a$c<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
.end field
.field public tailIndex:I
# direct methods
2020-09-10 21:23:57 +00:00
.method public constructor <init>(Lrx/Subscriber;Lt0/q/a$c;)V
2020-05-17 12:40:10 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Subscriber<",
"-TT;>;",
2020-09-10 21:23:57 +00:00
"Lt0/q/a$c<",
2020-05-17 12:40:10 +00:00
"TT;>;)V"
}
.end annotation
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicInteger;-><init>()V
2020-09-10 21:23:57 +00:00
iput-object p1, p0, Lt0/q/a$b;->actual:Lrx/Subscriber;
2020-05-17 12:40:10 +00:00
new-instance p1, Ljava/util/concurrent/atomic/AtomicLong;
invoke-direct {p1}, Ljava/util/concurrent/atomic/AtomicLong;-><init>()V
2020-09-10 21:23:57 +00:00
iput-object p1, p0, Lt0/q/a$b;->requested:Ljava/util/concurrent/atomic/AtomicLong;
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
iput-object p2, p0, Lt0/q/a$b;->state:Lt0/q/a$c;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
2020-07-08 16:44:49 +00:00
.method public isUnsubscribed()Z
.locals 1
2020-09-10 21:23:57 +00:00
iget-object v0, p0, Lt0/q/a$b;->actual:Lrx/Subscriber;
2020-07-08 16:44:49 +00:00
invoke-virtual {v0}, Lrx/Subscriber;->isUnsubscribed()Z
move-result v0
return v0
.end method
2020-09-09 19:21:20 +00:00
.method public n(J)V
2020-05-17 12:40:10 +00:00
.locals 3
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-lez v2, :cond_0
2020-09-10 21:23:57 +00:00
iget-object v0, p0, Lt0/q/a$b;->requested:Ljava/util/concurrent/atomic/AtomicLong;
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
invoke-static {v0, p1, p2}, Lk0/j/a;->r(Ljava/util/concurrent/atomic/AtomicLong;J)J
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
iget-object p1, p0, Lt0/q/a$b;->state:Lt0/q/a$c;
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
iget-object p1, p1, Lt0/q/a$c;->buffer:Lt0/q/a$a;
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
check-cast p1, Lt0/q/a$d;
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
invoke-virtual {p1, p0}, Lt0/q/a$d;->a(Lt0/q/a$b;)V
2020-05-17 12:40:10 +00:00
goto :goto_0
:cond_0
if-ltz v2, :cond_1
:goto_0
return-void
:cond_1
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "n >= required but it was "
2020-09-09 19:21:20 +00:00
invoke-static {v1, p1, p2}, Lf/e/b/a/a;->n(Ljava/lang/String;J)Ljava/lang/String;
2020-05-17 12:40:10 +00:00
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public unsubscribe()V
.locals 1
2020-09-10 21:23:57 +00:00
iget-object v0, p0, Lt0/q/a$b;->state:Lt0/q/a$c;
2020-05-17 12:40:10 +00:00
2020-09-10 21:23:57 +00:00
invoke-virtual {v0, p0}, Lt0/q/a$c;->a(Lt0/q/a$b;)V
2020-05-17 12:40:10 +00:00
return-void
.end method