apkfuckery/com.discord/smali/f/a/g/k.smali

211 lines
4.7 KiB
Smali
Raw Normal View History

2020-11-12 02:11:44 +00:00
.class public final Lf/a/g/k;
.super Ljava/lang/Object;
2020-11-16 22:05:17 +00:00
.source "RxPlayerEventListener.kt"
2020-11-12 02:11:44 +00:00
# interfaces
2020-11-16 22:05:17 +00:00
.implements Lf/h/a/c/m0$a;
2020-11-12 02:11:44 +00:00
2020-11-16 22:05:17 +00:00
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lf/a/g/k$c;,
Lf/a/g/k$a;,
Lf/a/g/k$b;
}
.end annotation
2020-11-12 02:11:44 +00:00
2020-11-16 22:05:17 +00:00
# instance fields
.field public final d:Lrx/subjects/PublishSubject;
2020-11-12 02:11:44 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-16 22:05:17 +00:00
"Lrx/subjects/PublishSubject<",
"Lf/a/g/k$c;",
">;"
2020-11-12 02:11:44 +00:00
}
.end annotation
2020-11-16 22:05:17 +00:00
.end field
2020-11-12 02:11:44 +00:00
2020-11-16 22:05:17 +00:00
.field public final e:Lrx/subjects/PublishSubject;
2020-11-14 03:19:56 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-11-16 22:05:17 +00:00
"Lrx/subjects/PublishSubject<",
"Lf/a/g/k$a;",
">;"
2020-11-14 03:19:56 +00:00
}
.end annotation
2020-11-16 22:05:17 +00:00
.end field
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
.field public final f:Lrx/subjects/PublishSubject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/PublishSubject<",
"Lf/a/g/k$b;",
">;"
}
.end annotation
.end field
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
# direct methods
.method public constructor <init>()V
.locals 1
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {}, Lrx/subjects/PublishSubject;->f0()Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
move-result-object v0
2020-11-16 22:05:17 +00:00
iput-object v0, p0, Lf/a/g/k;->d:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {}, Lrx/subjects/PublishSubject;->f0()Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
move-result-object v0
2020-11-16 22:05:17 +00:00
iput-object v0, p0, Lf/a/g/k;->e:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {}, Lrx/subjects/PublishSubject;->f0()Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
move-result-object v0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iput-object v0, p0, Lf/a/g/k;->f:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-14 03:19:56 +00:00
return-void
.end method
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
# virtual methods
.method public synthetic C(Lf/h/a/c/j0;)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->c(Lf/h/a/c/m0$a;Lf/h/a/c/j0;)V
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return-void
.end method
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
.method public D(Z)V
.locals 2
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object v0, p0, Lf/a/g/k;->e:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
new-instance v1, Lf/a/g/k$a;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-direct {v1, p1}, Lf/a/g/k$a;-><init>(Z)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object p1, v0, Lrx/subjects/PublishSubject;->e:Lrx/subjects/PublishSubject$b;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-virtual {p1, v1}, Lrx/subjects/PublishSubject$b;->onNext(Ljava/lang/Object;)V
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return-void
.end method
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic a()V
.locals 0
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0}, Lf/h/a/c/l0;->h(Lf/h/a/c/m0$a;)V
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return-void
.end method
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic e(I)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->d(Lf/h/a/c/m0$a;I)V
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic f(Z)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->b(Lf/h/a/c/m0$a;Z)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic g(I)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->f(Lf/h/a/c/m0$a;I)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public k(Lcom/google/android/exoplayer2/ExoPlaybackException;)V
.locals 2
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
const-string v0, "error"
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p1, v0}, Ly/m/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object v0, p0, Lf/a/g/k;->f:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
new-instance v1, Lf/a/g/k$b;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-direct {v1, p1}, Lf/a/g/k$b;-><init>(Lcom/google/android/exoplayer2/ExoPlaybackException;)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object p1, v0, Lrx/subjects/PublishSubject;->e:Lrx/subjects/PublishSubject$b;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-virtual {p1, v1}, Lrx/subjects/PublishSubject$b;->onNext(Ljava/lang/Object;)V
2020-11-14 02:19:59 +00:00
2020-11-14 03:19:56 +00:00
return-void
.end method
2020-11-14 02:19:59 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic l(Lf/h/a/c/t0;I)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1, p2}, Lf/h/a/c/l0;->j(Lf/h/a/c/m0$a;Lf/h/a/c/t0;I)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic p(Z)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->i(Lf/h/a/c/m0$a;Z)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public s(ZI)V
.locals 2
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object v0, p0, Lf/a/g/k;->d:Lrx/subjects/PublishSubject;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
new-instance v1, Lf/a/g/k$c;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-direct {v1, p1, p2}, Lf/a/g/k$c;-><init>(ZI)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
iget-object p1, v0, Lrx/subjects/PublishSubject;->e:Lrx/subjects/PublishSubject$b;
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-virtual {p1, v1}, Lrx/subjects/PublishSubject$b;->onNext(Ljava/lang/Object;)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic t(Lf/h/a/c/t0;Ljava/lang/Object;I)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1, p2, p3}, Lf/h/a/c/l0;->k(Lf/h/a/c/m0$a;Lf/h/a/c/t0;Ljava/lang/Object;I)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic u(I)V
.locals 0
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1}, Lf/h/a/c/l0;->g(Lf/h/a/c/m0$a;I)V
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
return-void
.end method
2020-11-16 01:00:50 +00:00
2020-11-16 22:05:17 +00:00
.method public synthetic z(Lcom/google/android/exoplayer2/source/TrackGroupArray;Lf/h/a/c/f1/g;)V
.locals 0
2020-11-12 02:11:44 +00:00
2020-11-16 22:05:17 +00:00
invoke-static {p0, p1, p2}, Lf/h/a/c/l0;->l(Lf/h/a/c/m0$a;Lcom/google/android/exoplayer2/source/TrackGroupArray;Lf/h/a/c/f1/g;)V
2020-11-12 02:11:44 +00:00
return-void
.end method