apkfuckery/com.discord/smali/androidx/fragment/app/FragmentManager.smali

281 lines
8.7 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public abstract Landroidx/fragment/app/FragmentManager;
.super Ljava/lang/Object;
.source "FragmentManager.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;,
Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;,
Landroidx/fragment/app/FragmentManager$BackStackEntry;
}
.end annotation
# static fields
2019-12-06 03:29:40 +00:00
.field public static final DEFAULT_FACTORY:Landroidx/fragment/app/FragmentFactory;
2019-10-07 23:23:22 +00:00
2019-07-24 11:27:29 +00:00
.field public static final POP_BACK_STACK_INCLUSIVE:I = 0x1
2019-10-07 23:23:22 +00:00
# instance fields
2019-12-06 03:29:40 +00:00
.field public mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
2019-10-07 23:23:22 +00:00
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-10-07 23:23:22 +00:00
.locals 1
new-instance v0, Landroidx/fragment/app/FragmentFactory;
invoke-direct {v0}, Landroidx/fragment/app/FragmentFactory;-><init>()V
sput-object v0, Landroidx/fragment/app/FragmentManager;->DEFAULT_FACTORY:Landroidx/fragment/app/FragmentFactory;
return-void
.end method
2019-07-24 11:27:29 +00:00
.method public constructor <init>()V
2019-10-07 23:23:22 +00:00
.locals 1
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-10-07 23:23:22 +00:00
const/4 v0, 0x0
iput-object v0, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public static enableDebugLogging(Z)V
.locals 0
sput-boolean p0, Landroidx/fragment/app/FragmentManagerImpl;->DEBUG:Z
return-void
.end method
# virtual methods
.method public abstract addOnBackStackChangedListener(Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract beginTransaction()Landroidx/fragment/app/FragmentTransaction;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract dump(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
.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
2019-07-24 11:27:29 +00:00
.end method
.method public abstract executePendingTransactions()Z
.end method
.method public abstract findFragmentById(I)Landroidx/fragment/app/Fragment;
2019-12-06 03:29:40 +00:00
.param p1 # I
.annotation build Landroidx/annotation/IdRes;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract findFragmentByTag(Ljava/lang/String;)Landroidx/fragment/app/Fragment;
2019-12-06 03:29:40 +00:00
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getBackStackEntryAt(I)Landroidx/fragment/app/FragmentManager$BackStackEntry;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getBackStackEntryCount()I
.end method
.method public abstract getFragment(Landroid/os/Bundle;Ljava/lang/String;)Landroidx/fragment/app/Fragment;
2019-12-06 03:29:40 +00:00
.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
2019-07-24 11:27:29 +00:00
.end method
2019-10-07 23:23:22 +00:00
.method public getFragmentFactory()Landroidx/fragment/app/FragmentFactory;
.locals 1
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-10-07 23:23:22 +00:00
iget-object v0, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
if-nez v0, :cond_0
sget-object v0, Landroidx/fragment/app/FragmentManager;->DEFAULT_FACTORY:Landroidx/fragment/app/FragmentFactory;
iput-object v0, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
:cond_0
iget-object v0, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
return-object v0
.end method
2019-07-24 11:27:29 +00:00
.method public abstract getFragments()Ljava/util/List;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/NonNull;
.end annotation
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Landroidx/fragment/app/Fragment;",
">;"
}
.end annotation
.end method
.method public abstract getPrimaryNavigationFragment()Landroidx/fragment/app/Fragment;
2019-12-06 03:29:40 +00:00
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract isDestroyed()Z
.end method
.method public abstract isStateSaved()Z
.end method
.method public openTransaction()Landroidx/fragment/app/FragmentTransaction;
.locals 1
2019-12-06 03:29:40 +00:00
.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
2019-07-24 11:27:29 +00:00
.annotation runtime Ljava/lang/Deprecated;
.end annotation
invoke-virtual {p0}, Landroidx/fragment/app/FragmentManager;->beginTransaction()Landroidx/fragment/app/FragmentTransaction;
move-result-object v0
return-object v0
.end method
.method public abstract popBackStack()V
.end method
.method public abstract popBackStack(II)V
.end method
.method public abstract popBackStack(Ljava/lang/String;I)V
2019-12-06 03:29:40 +00:00
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract popBackStackImmediate()Z
.end method
.method public abstract popBackStackImmediate(II)Z
.end method
.method public abstract popBackStackImmediate(Ljava/lang/String;I)Z
2019-12-06 03:29:40 +00:00
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract putFragment(Landroid/os/Bundle;Ljava/lang/String;Landroidx/fragment/app/Fragment;)V
2019-12-06 03:29:40 +00:00
.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
2019-07-24 11:27:29 +00:00
.end method
.method public abstract registerFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;Z)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract removeOnBackStackChangedListener(Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method
.method public abstract saveFragmentInstanceState(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/Fragment$SavedState;
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/Fragment;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
2019-10-07 23:23:22 +00:00
.method public setFragmentFactory(Landroidx/fragment/app/FragmentFactory;)V
.locals 0
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/FragmentFactory;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-10-07 23:23:22 +00:00
iput-object p1, p0, Landroidx/fragment/app/FragmentManager;->mFragmentFactory:Landroidx/fragment/app/FragmentFactory;
return-void
.end method
2019-07-24 11:27:29 +00:00
.method public abstract unregisterFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;)V
2019-12-06 03:29:40 +00:00
.param p1 # Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2019-07-24 11:27:29 +00:00
.end method