Changes of com.discord v1192
This commit is contained in:
parent
5a8adcbf82
commit
ef978f3a33
1146 changed files with 39402 additions and 30037 deletions
|
@ -19,11 +19,11 @@
|
|||
|
||||
.field public final b:Landroid/view/ViewGroup;
|
||||
|
||||
.field public final c:Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;
|
||||
.field public final c:Landroid/view/ViewTreeObserver$OnPreDrawListener;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/view/View;Landroid/view/ViewGroup;Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;)V
|
||||
.method public constructor <init>(Landroid/view/View;Landroid/view/ViewGroup;Landroid/view/ViewTreeObserver$OnPreDrawListener;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
iput-object p2, p0, Lf/a/c/a$a;->b:Landroid/view/ViewGroup;
|
||||
|
||||
iput-object p3, p0, Lf/a/c/a$a;->c:Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;
|
||||
iput-object p3, p0, Lf/a/c/a$a;->c:Landroid/view/ViewTreeObserver$OnPreDrawListener;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
.method public constructor <init>(Lcom/discord/utilities/logging/Logger;)V
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lf/a/c/a;->b:Lcom/discord/utilities/logging/Logger;
|
||||
|
@ -42,6 +44,15 @@
|
|||
iput-object p1, p0, Lf/a/c/a;->a:Ljava/util/Map;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "logger"
|
||||
|
||||
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public static final a(Lf/a/c/a;Landroid/view/View;Landroid/view/View;Landroid/widget/FrameLayout;Lcom/discord/floating_view_manager/FloatingViewGravity;II)V
|
||||
|
@ -265,7 +276,7 @@
|
|||
|
||||
iget-object v2, v0, Lf/a/c/a$a;->a:Landroid/view/View;
|
||||
|
||||
iget-object v0, v0, Lf/a/c/a$a;->c:Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;
|
||||
iget-object v0, v0, Lf/a/c/a$a;->c:Landroid/view/ViewTreeObserver$OnPreDrawListener;
|
||||
|
||||
iget-object v3, p0, Lf/a/c/a;->a:Ljava/util/Map;
|
||||
|
||||
|
@ -279,7 +290,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/view/ViewTreeObserver;->removeOnGlobalLayoutListener(Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;)V
|
||||
invoke-virtual {p1, v0}, Landroid/view/ViewTreeObserver;->removeOnPreDrawListener(Landroid/view/ViewTreeObserver$OnPreDrawListener;)V
|
||||
|
||||
invoke-virtual {v1, v2}, Landroid/view/ViewGroup;->removeView(Landroid/view/View;)V
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.source "FloatingViewManager.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/view/ViewTreeObserver$OnGlobalLayoutListener;
|
||||
.implements Landroid/view/ViewTreeObserver$OnPreDrawListener;
|
||||
|
||||
|
||||
# instance fields
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final onGlobalLayout()V
|
||||
.method public final onPreDraw()Z
|
||||
.locals 7
|
||||
|
||||
iget-object v0, p0, Lf/a/c/f;->d:Lf/a/c/a;
|
||||
|
@ -70,5 +70,7 @@
|
|||
|
||||
invoke-static/range {v0 .. v6}, Lf/a/c/a;->a(Lf/a/c/a;Landroid/view/View;Landroid/view/View;Landroid/widget/FrameLayout;Lcom/discord/floating_view_manager/FloatingViewGravity;II)V
|
||||
|
||||
return-void
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue