Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -4,22 +4,26 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mContext:Landroid/content/Context;
|
||||
.field public mContext:Landroid/content/Context;
|
||||
|
||||
.field private mEnterAction:Ljava/lang/Runnable;
|
||||
.field public mEnterAction:Ljava/lang/Runnable;
|
||||
|
||||
.field private mExitAction:Ljava/lang/Runnable;
|
||||
.field public mExitAction:Ljava/lang/Runnable;
|
||||
|
||||
.field private mLayout:Landroid/view/View;
|
||||
.field public mLayout:Landroid/view/View;
|
||||
|
||||
.field private mLayoutId:I
|
||||
.field public mLayoutId:I
|
||||
|
||||
.field private mSceneRoot:Landroid/view/ViewGroup;
|
||||
.field public mSceneRoot:Landroid/view/ViewGroup;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/view/ViewGroup;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -32,7 +36,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(Landroid/view/ViewGroup;ILandroid/content/Context;)V
|
||||
.method public constructor <init>(Landroid/view/ViewGroup;ILandroid/content/Context;)V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -52,6 +56,14 @@
|
|||
|
||||
.method public constructor <init>(Landroid/view/ViewGroup;Landroid/view/View;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -66,7 +78,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method static getCurrentScene(Landroid/view/View;)Landroidx/transition/Scene;
|
||||
.method public static getCurrentScene(Landroid/view/View;)Landroidx/transition/Scene;
|
||||
.locals 1
|
||||
|
||||
sget v0, Landroidx/transition/R$id;->transition_current_scene:I
|
||||
|
@ -82,6 +94,20 @@
|
|||
|
||||
.method public static getSceneForLayout(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroidx/transition/Scene;
|
||||
.locals 2
|
||||
.param p0 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/LayoutRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
sget v0, Landroidx/transition/R$id;->transition_scene_layoutid_cache:I
|
||||
|
||||
|
@ -122,7 +148,7 @@
|
|||
return-object v1
|
||||
.end method
|
||||
|
||||
.method static setCurrentScene(Landroid/view/View;Landroidx/transition/Scene;)V
|
||||
.method public static setCurrentScene(Landroid/view/View;Landroidx/transition/Scene;)V
|
||||
.locals 1
|
||||
|
||||
sget v0, Landroidx/transition/R$id;->transition_current_scene:I
|
||||
|
@ -216,13 +242,15 @@
|
|||
|
||||
.method public getSceneRoot()Landroid/view/ViewGroup;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/transition/Scene;->mSceneRoot:Landroid/view/ViewGroup;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method isCreatedFromLayoutResource()Z
|
||||
.method public isCreatedFromLayoutResource()Z
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Landroidx/transition/Scene;->mLayoutId:I
|
||||
|
@ -231,16 +259,21 @@
|
|||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public setEnterAction(Ljava/lang/Runnable;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/transition/Scene;->mEnterAction:Ljava/lang/Runnable;
|
||||
|
||||
|
@ -249,6 +282,10 @@
|
|||
|
||||
.method public setExitAction(Ljava/lang/Runnable;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/Runnable;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iput-object p1, p0, Landroidx/transition/Scene;->mExitAction:Ljava/lang/Runnable;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue