Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -8,17 +8,17 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final SAVED_BACK_STACK_ID:Ljava/lang/String; = "android:backStackId"
|
||||
.field public static final SAVED_BACK_STACK_ID:Ljava/lang/String; = "android:backStackId"
|
||||
|
||||
.field private static final SAVED_CANCELABLE:Ljava/lang/String; = "android:cancelable"
|
||||
.field public static final SAVED_CANCELABLE:Ljava/lang/String; = "android:cancelable"
|
||||
|
||||
.field private static final SAVED_DIALOG_STATE_TAG:Ljava/lang/String; = "android:savedDialogState"
|
||||
.field public static final SAVED_DIALOG_STATE_TAG:Ljava/lang/String; = "android:savedDialogState"
|
||||
|
||||
.field private static final SAVED_SHOWS_DIALOG:Ljava/lang/String; = "android:showsDialog"
|
||||
.field public static final SAVED_SHOWS_DIALOG:Ljava/lang/String; = "android:showsDialog"
|
||||
|
||||
.field private static final SAVED_STYLE:Ljava/lang/String; = "android:style"
|
||||
.field public static final SAVED_STYLE:Ljava/lang/String; = "android:style"
|
||||
|
||||
.field private static final SAVED_THEME:Ljava/lang/String; = "android:theme"
|
||||
.field public static final SAVED_THEME:Ljava/lang/String; = "android:theme"
|
||||
|
||||
.field public static final STYLE_NORMAL:I = 0x0
|
||||
|
||||
|
@ -30,27 +30,30 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mBackStackId:I
|
||||
.field public mBackStackId:I
|
||||
|
||||
.field mCancelable:Z
|
||||
.field public mCancelable:Z
|
||||
|
||||
.field mDialog:Landroid/app/Dialog;
|
||||
.field public mDialog:Landroid/app/Dialog;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mDismissRunnable:Ljava/lang/Runnable;
|
||||
.field public mDismissRunnable:Ljava/lang/Runnable;
|
||||
|
||||
.field mDismissed:Z
|
||||
.field public mDismissed:Z
|
||||
|
||||
.field private mHandler:Landroid/os/Handler;
|
||||
.field public mHandler:Landroid/os/Handler;
|
||||
|
||||
.field mShownByMe:Z
|
||||
.field public mShownByMe:Z
|
||||
|
||||
.field mShowsDialog:Z
|
||||
.field public mShowsDialog:Z
|
||||
|
||||
.field mStyle:I
|
||||
.field public mStyle:I
|
||||
|
||||
.field mTheme:I
|
||||
.field public mTheme:I
|
||||
|
||||
.field mViewDestroyed:Z
|
||||
.field public mViewDestroyed:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -108,7 +111,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method dismissInternal(ZZ)V
|
||||
.method public dismissInternal(ZZ)V
|
||||
.locals 3
|
||||
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mDismissed:Z
|
||||
|
@ -173,7 +176,7 @@
|
|||
|
||||
if-ltz p2, :cond_3
|
||||
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->requireFragmentManager()Landroidx/fragment/app/FragmentManager;
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/Fragment;->requireFragmentManager()Landroidx/fragment/app/FragmentManager;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -185,10 +188,10 @@
|
|||
|
||||
iput p1, p0, Landroidx/fragment/app/DialogFragment;->mBackStackId:I
|
||||
|
||||
return-void
|
||||
goto :goto_1
|
||||
|
||||
:cond_3
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->requireFragmentManager()Landroidx/fragment/app/FragmentManager;
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/Fragment;->requireFragmentManager()Landroidx/fragment/app/FragmentManager;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
|
@ -202,16 +205,19 @@
|
|||
|
||||
invoke-virtual {p2}, Landroidx/fragment/app/FragmentTransaction;->commitAllowingStateLoss()I
|
||||
|
||||
return-void
|
||||
goto :goto_1
|
||||
|
||||
:cond_4
|
||||
invoke-virtual {p2}, Landroidx/fragment/app/FragmentTransaction;->commit()I
|
||||
|
||||
:goto_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public getDialog()Landroid/app/Dialog;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
|
@ -228,6 +234,8 @@
|
|||
|
||||
.method public getTheme()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/StyleRes;
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/fragment/app/DialogFragment;->mTheme:I
|
||||
|
||||
|
@ -244,6 +252,10 @@
|
|||
|
||||
.method public onActivityCreated(Landroid/os/Bundle;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/fragment/app/Fragment;->onActivityCreated(Landroid/os/Bundle;)V
|
||||
|
||||
|
@ -254,7 +266,7 @@
|
|||
return-void
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->getView()Landroid/view/View;
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/Fragment;->getView()Landroid/view/View;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -283,7 +295,7 @@
|
|||
|
||||
:cond_2
|
||||
:goto_0
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->getActivity()Landroidx/fragment/app/FragmentActivity;
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/Fragment;->getActivity()Landroidx/fragment/app/FragmentActivity;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -328,6 +340,10 @@
|
|||
|
||||
.method public onAttach(Landroid/content/Context;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/fragment/app/Fragment;->onAttach(Landroid/content/Context;)V
|
||||
|
||||
|
@ -345,12 +361,20 @@
|
|||
|
||||
.method public onCancel(Landroid/content/DialogInterface;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/DialogInterface;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onCreate(Landroid/os/Bundle;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/fragment/app/Fragment;->onCreate(Landroid/os/Bundle;)V
|
||||
|
||||
|
@ -360,7 +384,7 @@
|
|||
|
||||
iput-object v0, p0, Landroidx/fragment/app/DialogFragment;->mHandler:Landroid/os/Handler;
|
||||
|
||||
iget v0, p0, Landroidx/fragment/app/DialogFragment;->mContainerId:I
|
||||
iget v0, p0, Landroidx/fragment/app/Fragment;->mContainerId:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
|
@ -430,10 +454,16 @@
|
|||
|
||||
.method public onCreateDialog(Landroid/os/Bundle;)Landroid/app/Dialog;
|
||||
.locals 2
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->requireContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/Fragment;->requireContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -505,6 +535,10 @@
|
|||
|
||||
.method public onDismiss(Landroid/content/DialogInterface;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/DialogInterface;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-boolean p1, p0, Landroidx/fragment/app/DialogFragment;->mViewDestroyed:Z
|
||||
|
||||
|
@ -520,6 +554,12 @@
|
|||
|
||||
.method public onGetLayoutInflater(Landroid/os/Bundle;)Landroid/view/LayoutInflater;
|
||||
.locals 2
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mShowsDialog:Z
|
||||
|
||||
|
@ -563,7 +603,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_1
|
||||
iget-object p1, p0, Landroidx/fragment/app/DialogFragment;->mHost:Landroidx/fragment/app/FragmentHostCallback;
|
||||
iget-object p1, p0, Landroidx/fragment/app/Fragment;->mHost:Landroidx/fragment/app/FragmentHostCallback;
|
||||
|
||||
invoke-virtual {p1}, Landroidx/fragment/app/FragmentHostCallback;->getContext()Landroid/content/Context;
|
||||
|
||||
|
@ -580,6 +620,10 @@
|
|||
|
||||
.method public onSaveInstanceState(Landroid/os/Bundle;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-super {p0, p1}, Landroidx/fragment/app/Fragment;->onSaveInstanceState(Landroid/os/Bundle;)V
|
||||
|
||||
|
@ -684,6 +728,8 @@
|
|||
|
||||
.method public final requireDialog()Landroid/app/Dialog;
|
||||
.locals 3
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/DialogFragment;->getDialog()Landroid/app/Dialog;
|
||||
|
||||
|
@ -698,9 +744,11 @@
|
|||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "DialogFragment "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -742,6 +790,10 @@
|
|||
|
||||
.method public setStyle(II)V
|
||||
.locals 1
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/StyleRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/DialogFragment;->mStyle:I
|
||||
|
||||
|
@ -771,6 +823,15 @@
|
|||
|
||||
.method public setupDialog(Landroid/app/Dialog;I)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/app/Dialog;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
|
@ -804,6 +865,14 @@
|
|||
|
||||
.method public show(Landroidx/fragment/app/FragmentTransaction;Ljava/lang/String;)I
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/FragmentTransaction;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -830,6 +899,14 @@
|
|||
|
||||
.method public show(Landroidx/fragment/app/FragmentManager;Ljava/lang/String;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -852,6 +929,14 @@
|
|||
|
||||
.method public showNow(Landroidx/fragment/app/FragmentManager;Ljava/lang/String;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue