Changes of com.discord v998

This commit is contained in:
root 2019-12-06 04:29:40 +01:00
parent dc3b174a87
commit a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions

View file

@ -11,24 +11,28 @@
.end annotation
.end field
.field private static final DEBUG:Z = false
.field public static final DEBUG:Z = false
.field private static final TAG:Ljava/lang/String; = "FragmentPagerAdapter"
.field public static final TAG:Ljava/lang/String; = "FragmentPagerAdapter"
# instance fields
.field private final mBehavior:I
.field public final mBehavior:I
.field private mCurTransaction:Landroidx/fragment/app/FragmentTransaction;
.field public mCurTransaction:Landroidx/fragment/app/FragmentTransaction;
.field private mCurrentPrimaryItem:Landroidx/fragment/app/Fragment;
.field public mCurrentPrimaryItem:Landroidx/fragment/app/Fragment;
.field private final mFragmentManager:Landroidx/fragment/app/FragmentManager;
.field public final mFragmentManager:Landroidx/fragment/app/FragmentManager;
# direct methods
.method public constructor <init>(Landroidx/fragment/app/FragmentManager;)V
.locals 1
.param p1 # Landroidx/fragment/app/FragmentManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
@ -41,6 +45,10 @@
.method public constructor <init>(Landroidx/fragment/app/FragmentManager;I)V
.locals 1
.param p1 # Landroidx/fragment/app/FragmentManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Landroidx/viewpager/widget/PagerAdapter;-><init>()V
@ -57,14 +65,16 @@
return-void
.end method
.method private static makeFragmentName(IJ)Ljava/lang/String;
.method public static makeFragmentName(IJ)Ljava/lang/String;
.locals 2
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "android:switcher:"
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
@ -85,6 +95,14 @@
# virtual methods
.method public destroyItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
.locals 0
.param p1 # Landroid/view/ViewGroup;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
check-cast p3, Landroidx/fragment/app/Fragment;
@ -119,6 +137,10 @@
.method public finishUpdate(Landroid/view/ViewGroup;)V
.locals 0
.param p1 # Landroid/view/ViewGroup;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-object p1, p0, Landroidx/fragment/app/FragmentPagerAdapter;->mCurTransaction:Landroidx/fragment/app/FragmentTransaction;
@ -135,6 +157,8 @@
.end method
.method public abstract getItem(I)Landroidx/fragment/app/Fragment;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public getItemId(I)J
@ -147,6 +171,12 @@
.method public instantiateItem(Landroid/view/ViewGroup;I)Ljava/lang/Object;
.locals 4
.param p1 # Landroid/view/ViewGroup;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Landroidx/fragment/app/FragmentPagerAdapter;->mCurTransaction:Landroidx/fragment/app/FragmentTransaction;
@ -241,6 +271,14 @@
.method public isViewFromObject(Landroid/view/View;Ljava/lang/Object;)Z
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
check-cast p2, Landroidx/fragment/app/Fragment;
@ -252,22 +290,33 @@
const/4 p1, 0x1
return p1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
return p1
.end method
.method public restoreState(Landroid/os/Parcelable;Ljava/lang/ClassLoader;)V
.locals 0
.param p1 # Landroid/os/Parcelable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p2 # Ljava/lang/ClassLoader;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
return-void
.end method
.method public saveState()Landroid/os/Parcelable;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
const/4 v0, 0x0
@ -276,6 +325,14 @@
.method public setPrimaryItem(Landroid/view/ViewGroup;ILjava/lang/Object;)V
.locals 2
.param p1 # Landroid/view/ViewGroup;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
check-cast p3, Landroidx/fragment/app/Fragment;
@ -364,6 +421,10 @@
.method public startUpdate(Landroid/view/ViewGroup;)V
.locals 2
.param p1 # Landroid/view/ViewGroup;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-virtual {p1}, Landroid/view/ViewGroup;->getId()I
@ -380,9 +441,11 @@
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "ViewPager with adapter "
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;