Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -14,17 +14,17 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field static final DEFAULT_FACTORY:Landroidx/fragment/app/FragmentFactory;
|
||||
.field public static final DEFAULT_FACTORY:Landroidx/fragment/app/FragmentFactory;
|
||||
|
||||
.field public static final POP_BACK_STACK_INCLUSIVE:I = 0x1
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
|
||||
.field public mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentFactory;
|
||||
|
@ -59,34 +59,82 @@
|
|||
|
||||
# virtual methods
|
||||
.method public abstract addOnBackStackChangedListener(Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;)V
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract beginTransaction()Landroidx/fragment/app/FragmentTransaction;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract dump(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/io/FileDescriptor;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/io/PrintWriter;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # [Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract executePendingTransactions()Z
|
||||
.end method
|
||||
|
||||
.method public abstract findFragmentById(I)Landroidx/fragment/app/Fragment;
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/IdRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract findFragmentByTag(Ljava/lang/String;)Landroidx/fragment/app/Fragment;
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract getBackStackEntryAt(I)Landroidx/fragment/app/FragmentManager$BackStackEntry;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract getBackStackEntryCount()I
|
||||
.end method
|
||||
|
||||
.method public abstract getFragment(Landroid/os/Bundle;Ljava/lang/String;)Landroidx/fragment/app/Fragment;
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public getFragmentFactory()Landroidx/fragment/app/FragmentFactory;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
|
||||
|
||||
|
@ -103,6 +151,9 @@
|
|||
.end method
|
||||
|
||||
.method public abstract getFragments()Ljava/util/List;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
|
@ -114,6 +165,8 @@
|
|||
.end method
|
||||
|
||||
.method public abstract getPrimaryNavigationFragment()Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract isDestroyed()Z
|
||||
|
@ -124,6 +177,15 @@
|
|||
|
||||
.method public openTransaction()Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
@ -141,6 +203,10 @@
|
|||
.end method
|
||||
|
||||
.method public abstract popBackStack(Ljava/lang/String;I)V
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract popBackStackImmediate()Z
|
||||
|
@ -150,22 +216,56 @@
|
|||
.end method
|
||||
|
||||
.method public abstract popBackStackImmediate(Ljava/lang/String;I)Z
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract putFragment(Landroid/os/Bundle;Ljava/lang/String;Landroidx/fragment/app/Fragment;)V
|
||||
.param p1 # Landroid/os/Bundle;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract registerFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;Z)V
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract removeOnBackStackChangedListener(Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;)V
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
||||
.method public abstract saveFragmentInstanceState(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/Fragment$SavedState;
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public setFragmentFactory(Landroidx/fragment/app/FragmentFactory;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/fragment/app/FragmentFactory;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
|
||||
|
||||
|
@ -173,4 +273,8 @@
|
|||
.end method
|
||||
|
||||
.method public abstract unregisterFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;)V
|
||||
.param p1 # Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue