Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -12,27 +12,27 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field static final OP_ADD:I = 0x1
|
||||
.field public static final OP_ADD:I = 0x1
|
||||
|
||||
.field static final OP_ATTACH:I = 0x7
|
||||
.field public static final OP_ATTACH:I = 0x7
|
||||
|
||||
.field static final OP_DETACH:I = 0x6
|
||||
.field public static final OP_DETACH:I = 0x6
|
||||
|
||||
.field static final OP_HIDE:I = 0x4
|
||||
.field public static final OP_HIDE:I = 0x4
|
||||
|
||||
.field static final OP_NULL:I = 0x0
|
||||
.field public static final OP_NULL:I = 0x0
|
||||
|
||||
.field static final OP_REMOVE:I = 0x3
|
||||
.field public static final OP_REMOVE:I = 0x3
|
||||
|
||||
.field static final OP_REPLACE:I = 0x2
|
||||
.field public static final OP_REPLACE:I = 0x2
|
||||
|
||||
.field static final OP_SET_MAX_LIFECYCLE:I = 0xa
|
||||
.field public static final OP_SET_MAX_LIFECYCLE:I = 0xa
|
||||
|
||||
.field static final OP_SET_PRIMARY_NAV:I = 0x8
|
||||
.field public static final OP_SET_PRIMARY_NAV:I = 0x8
|
||||
|
||||
.field static final OP_SHOW:I = 0x5
|
||||
.field public static final OP_SHOW:I = 0x5
|
||||
|
||||
.field static final OP_UNSET_PRIMARY_NAV:I = 0x9
|
||||
.field public static final OP_UNSET_PRIMARY_NAV:I = 0x9
|
||||
|
||||
.field public static final TRANSIT_ENTER_MASK:I = 0x1000
|
||||
|
||||
|
@ -50,19 +50,19 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field mAddToBackStack:Z
|
||||
.field public mAddToBackStack:Z
|
||||
|
||||
.field mAllowAddToBackStack:Z
|
||||
.field public mAllowAddToBackStack:Z
|
||||
|
||||
.field mBreadCrumbShortTitleRes:I
|
||||
.field public mBreadCrumbShortTitleRes:I
|
||||
|
||||
.field mBreadCrumbShortTitleText:Ljava/lang/CharSequence;
|
||||
.field public mBreadCrumbShortTitleText:Ljava/lang/CharSequence;
|
||||
|
||||
.field mBreadCrumbTitleRes:I
|
||||
.field public mBreadCrumbTitleRes:I
|
||||
|
||||
.field mBreadCrumbTitleText:Ljava/lang/CharSequence;
|
||||
.field public mBreadCrumbTitleText:Ljava/lang/CharSequence;
|
||||
|
||||
.field mCommitRunnables:Ljava/util/ArrayList;
|
||||
.field public mCommitRunnables:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -72,13 +72,16 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mEnterAnim:I
|
||||
.field public mEnterAnim:I
|
||||
|
||||
.field mExitAnim:I
|
||||
.field public mExitAnim:I
|
||||
|
||||
.field mName:Ljava/lang/String;
|
||||
.field public mName:Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mOps:Ljava/util/ArrayList;
|
||||
.field public mOps:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -88,13 +91,13 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mPopEnterAnim:I
|
||||
.field public mPopEnterAnim:I
|
||||
|
||||
.field mPopExitAnim:I
|
||||
.field public mPopExitAnim:I
|
||||
|
||||
.field mReorderingAllowed:Z
|
||||
.field public mReorderingAllowed:Z
|
||||
|
||||
.field mSharedElementSourceNames:Ljava/util/ArrayList;
|
||||
.field public mSharedElementSourceNames:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -104,7 +107,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mSharedElementTargetNames:Ljava/util/ArrayList;
|
||||
.field public mSharedElementTargetNames:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -114,9 +117,9 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field mTransition:I
|
||||
.field public mTransition:I
|
||||
|
||||
.field mTransitionStyle:I
|
||||
.field public mTransitionStyle:I
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -146,6 +149,16 @@
|
|||
# virtual methods
|
||||
.method public add(ILandroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/IdRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -158,6 +171,20 @@
|
|||
|
||||
.method public add(ILandroidx/fragment/app/Fragment;Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/IdRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
|
@ -168,6 +195,16 @@
|
|||
|
||||
.method public add(Landroidx/fragment/app/Fragment;Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -178,7 +215,7 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method addOp(Landroidx/fragment/app/FragmentTransaction$Op;)V
|
||||
.method public addOp(Landroidx/fragment/app/FragmentTransaction$Op;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/FragmentTransaction;->mOps:Ljava/util/ArrayList;
|
||||
|
@ -205,7 +242,17 @@
|
|||
.end method
|
||||
|
||||
.method public addSharedElement(Landroid/view/View;Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 3
|
||||
.locals 2
|
||||
.param p1 # Landroid/view/View;
|
||||
.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/NonNull;
|
||||
.end annotation
|
||||
|
||||
invoke-static {}, Landroidx/fragment/app/FragmentTransition;->supportsTransition()Z
|
||||
|
||||
|
@ -270,17 +317,9 @@
|
|||
:cond_1
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
const-string v0, "A shared element with the source name \'"
|
||||
|
||||
const-string v2, "A shared element with the source name \'"
|
||||
|
||||
invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
invoke-static {v0, p1, v1}, Le/e/b/a/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -291,17 +330,9 @@
|
|||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
const-string v0, "A shared element with the target name \'"
|
||||
|
||||
const-string v2, "A shared element with the target name \'"
|
||||
|
||||
invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
invoke-static {v0, p2, v1}, Le/e/b/a/a;->a(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
|
@ -325,6 +356,12 @@
|
|||
|
||||
.method public addToBackStack(Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/FragmentTransaction;->mAllowAddToBackStack:Z
|
||||
|
||||
|
@ -350,6 +387,12 @@
|
|||
|
||||
.method public attach(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -376,6 +419,12 @@
|
|||
|
||||
.method public detach(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -390,6 +439,8 @@
|
|||
|
||||
.method public disallowAddToBackStack()Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/FragmentTransaction;->mAddToBackStack:Z
|
||||
|
||||
|
@ -411,8 +462,12 @@
|
|||
throw v0
|
||||
.end method
|
||||
|
||||
.method doAddOp(ILandroidx/fragment/app/Fragment;Ljava/lang/String;I)V
|
||||
.method public doAddOp(ILandroidx/fragment/app/Fragment;Ljava/lang/String;I)V
|
||||
.locals 3
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
|
@ -457,8 +512,6 @@
|
|||
|
||||
if-eqz v2, :cond_2
|
||||
|
||||
iget-object v2, p2, Landroidx/fragment/app/Fragment;->mTag:Ljava/lang/String;
|
||||
|
||||
invoke-virtual {p3, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
@ -472,9 +525,11 @@
|
|||
|
||||
new-instance p4, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "Can\'t change tag of fragment "
|
||||
|
||||
invoke-direct {p4, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {p4, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p4, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -511,8 +566,6 @@
|
|||
|
||||
if-eqz p3, :cond_5
|
||||
|
||||
iget p3, p2, Landroidx/fragment/app/Fragment;->mFragmentId:I
|
||||
|
||||
if-ne p3, p1, :cond_4
|
||||
|
||||
goto :goto_1
|
||||
|
@ -522,9 +575,11 @@
|
|||
|
||||
new-instance p4, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "Can\'t change container ID of fragment "
|
||||
|
||||
invoke-direct {p4, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {p4, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p4, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -559,9 +614,11 @@
|
|||
|
||||
new-instance p4, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v0, "Can\'t add fragment "
|
||||
|
||||
invoke-direct {p4, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {p4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p4, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -596,11 +653,11 @@
|
|||
:cond_8
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
const-string p2, "Fragment "
|
||||
|
||||
const-string p3, "Fragment "
|
||||
invoke-static {p2}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p2, p3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
move-result-object p2
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getCanonicalName()Ljava/lang/String;
|
||||
|
||||
|
@ -623,6 +680,12 @@
|
|||
|
||||
.method public hide(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -657,6 +720,12 @@
|
|||
|
||||
.method public remove(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -671,6 +740,16 @@
|
|||
|
||||
.method public replace(ILandroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/IdRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -683,6 +762,20 @@
|
|||
|
||||
.method public replace(ILandroidx/fragment/app/Fragment;Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/IdRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
|
@ -704,6 +797,12 @@
|
|||
|
||||
.method public runOnCommit(Ljava/lang/Runnable;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Landroidx/fragment/app/FragmentTransaction;->disallowAddToBackStack()Landroidx/fragment/app/FragmentTransaction;
|
||||
|
||||
|
@ -727,6 +826,9 @@
|
|||
|
||||
.method public setAllowOptimization(Z)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
|
@ -739,6 +841,12 @@
|
|||
|
||||
.method public setBreadCrumbShortTitle(I)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/FragmentTransaction;->mBreadCrumbShortTitleRes:I
|
||||
|
||||
|
@ -751,6 +859,12 @@
|
|||
|
||||
.method public setBreadCrumbShortTitle(Ljava/lang/CharSequence;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # Ljava/lang/CharSequence;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -763,6 +877,12 @@
|
|||
|
||||
.method public setBreadCrumbTitle(I)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StringRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/FragmentTransaction;->mBreadCrumbTitleRes:I
|
||||
|
||||
|
@ -775,6 +895,12 @@
|
|||
|
||||
.method public setBreadCrumbTitle(Ljava/lang/CharSequence;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # Ljava/lang/CharSequence;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -787,6 +913,22 @@
|
|||
|
||||
.method public setCustomAnimations(II)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -799,6 +941,36 @@
|
|||
|
||||
.method public setCustomAnimations(IIII)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/AnimatorRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/FragmentTransaction;->mEnterAnim:I
|
||||
|
||||
|
@ -813,6 +985,16 @@
|
|||
|
||||
.method public setMaxLifecycle(Landroidx/fragment/app/Fragment;Landroidx/lifecycle/Lifecycle$State;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/lifecycle/Lifecycle$State;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -827,6 +1009,12 @@
|
|||
|
||||
.method public setPrimaryNavigationFragment(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
@ -841,6 +1029,8 @@
|
|||
|
||||
.method public setReorderingAllowed(Z)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput-boolean p1, p0, Landroidx/fragment/app/FragmentTransaction;->mReorderingAllowed:Z
|
||||
|
||||
|
@ -849,6 +1039,8 @@
|
|||
|
||||
.method public setTransition(I)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/FragmentTransaction;->mTransition:I
|
||||
|
||||
|
@ -857,6 +1049,12 @@
|
|||
|
||||
.method public setTransitionStyle(I)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 0
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/StyleRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iput p1, p0, Landroidx/fragment/app/FragmentTransaction;->mTransitionStyle:I
|
||||
|
||||
|
@ -865,6 +1063,12 @@
|
|||
|
||||
.method public show(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
|
||||
.locals 2
|
||||
.param p1 # Landroidx/fragment/app/Fragment;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Landroidx/fragment/app/FragmentTransaction$Op;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue