Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -15,18 +15,22 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field static final LAYOUT_HINT_NONE:I = 0x0
|
||||
.field public static final LAYOUT_HINT_NONE:I = 0x0
|
||||
|
||||
.field static final LAYOUT_HINT_SIDE:I = 0x1
|
||||
.field public static final LAYOUT_HINT_SIDE:I = 0x1
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final mAlert:Landroidx/appcompat/app/AlertController;
|
||||
.field public final mAlert:Landroidx/appcompat/app/AlertController;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method protected constructor <init>(Landroid/content/Context;)V
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -35,8 +39,16 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected constructor <init>(Landroid/content/Context;I)V
|
||||
.method public constructor <init>(Landroid/content/Context;I)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/StyleRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-static {p1, p2}, Landroidx/appcompat/app/AlertDialog;->resolveDialogTheme(Landroid/content/Context;I)I
|
||||
|
||||
|
@ -46,11 +58,11 @@
|
|||
|
||||
new-instance p1, Landroidx/appcompat/app/AlertController;
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/app/AlertDialog;->getContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroid/app/Dialog;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/app/AlertDialog;->getWindow()Landroid/view/Window;
|
||||
invoke-virtual {p0}, Landroid/app/Dialog;->getWindow()Landroid/view/Window;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -61,28 +73,46 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected constructor <init>(Landroid/content/Context;ZLandroid/content/DialogInterface$OnCancelListener;)V
|
||||
.method public constructor <init>(Landroid/content/Context;ZLandroid/content/DialogInterface$OnCancelListener;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/content/DialogInterface$OnCancelListener;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, v0}, Landroidx/appcompat/app/AlertDialog;-><init>(Landroid/content/Context;I)V
|
||||
|
||||
invoke-virtual {p0, p2}, Landroidx/appcompat/app/AlertDialog;->setCancelable(Z)V
|
||||
invoke-virtual {p0, p2}, Landroid/app/Dialog;->setCancelable(Z)V
|
||||
|
||||
invoke-virtual {p0, p3}, Landroidx/appcompat/app/AlertDialog;->setOnCancelListener(Landroid/content/DialogInterface$OnCancelListener;)V
|
||||
invoke-virtual {p0, p3}, Landroid/app/Dialog;->setOnCancelListener(Landroid/content/DialogInterface$OnCancelListener;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method static resolveDialogTheme(Landroid/content/Context;I)I
|
||||
.method public static resolveDialogTheme(Landroid/content/Context;I)I
|
||||
.locals 2
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StyleRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
ushr-int/lit8 v0, p1, 0x18
|
||||
|
||||
and-int/lit16 v0, v0, 0xff
|
||||
|
||||
if-lez v0, :cond_0
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-lt v0, v1, :cond_0
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -97,8 +127,6 @@
|
|||
|
||||
sget v0, Landroidx/appcompat/R$attr;->alertDialogTheme:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
invoke-virtual {p0, v0, p1, v1}, Landroid/content/res/Resources$Theme;->resolveAttribute(ILandroid/util/TypedValue;Z)Z
|
||||
|
||||
iget p0, p1, Landroid/util/TypedValue;->resourceId:I
|
||||
|
@ -132,7 +160,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected onCreate(Landroid/os/Bundle;)V
|
||||
.method public onCreate(Landroid/os/Bundle;)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/appcompat/app/AppCompatDialog;->onCreate(Landroid/os/Bundle;)V
|
||||
|
@ -160,7 +188,7 @@
|
|||
return p1
|
||||
|
||||
:cond_0
|
||||
invoke-super {p0, p1, p2}, Landroidx/appcompat/app/AppCompatDialog;->onKeyDown(ILandroid/view/KeyEvent;)Z
|
||||
invoke-super {p0, p1, p2}, Landroid/app/Dialog;->onKeyDown(ILandroid/view/KeyEvent;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
|
@ -183,7 +211,7 @@
|
|||
return p1
|
||||
|
||||
:cond_0
|
||||
invoke-super {p0, p1, p2}, Landroidx/appcompat/app/AppCompatDialog;->onKeyUp(ILandroid/view/KeyEvent;)Z
|
||||
invoke-super {p0, p1, p2}, Landroid/app/Dialog;->onKeyUp(ILandroid/view/KeyEvent;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
|
@ -250,8 +278,13 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method setButtonPanelLayoutHint(I)V
|
||||
.method public setButtonPanelLayoutHint(I)V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/app/AlertDialog;->mAlert:Landroidx/appcompat/app/AlertController;
|
||||
|
||||
|
@ -297,7 +330,7 @@
|
|||
|
||||
invoke-direct {v0}, Landroid/util/TypedValue;-><init>()V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/app/AlertDialog;->getContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroid/app/Dialog;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue