Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -1,26 +1,32 @@
|
|||
.class Landroidx/transition/ViewUtilsApi21;
|
||||
.class public Landroidx/transition/ViewUtilsApi21;
|
||||
.super Landroidx/transition/ViewUtilsApi19;
|
||||
.source "ViewUtilsApi21.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x15
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final TAG:Ljava/lang/String; = "ViewUtilsApi21"
|
||||
.field public static final TAG:Ljava/lang/String; = "ViewUtilsApi21"
|
||||
|
||||
.field private static sSetAnimationMatrixMethod:Ljava/lang/reflect/Method;
|
||||
.field public static sSetAnimationMatrixMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
.field private static sSetAnimationMatrixMethodFetched:Z
|
||||
.field public static sSetAnimationMatrixMethodFetched:Z
|
||||
|
||||
.field private static sTransformMatrixToGlobalMethod:Ljava/lang/reflect/Method;
|
||||
.field public static sTransformMatrixToGlobalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
.field private static sTransformMatrixToGlobalMethodFetched:Z
|
||||
.field public static sTransformMatrixToGlobalMethodFetched:Z
|
||||
|
||||
.field private static sTransformMatrixToLocalMethod:Ljava/lang/reflect/Method;
|
||||
.field public static sTransformMatrixToLocalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
.field private static sTransformMatrixToLocalMethodFetched:Z
|
||||
.field public static sTransformMatrixToLocalMethodFetched:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi19;-><init>()V
|
||||
|
@ -29,7 +35,7 @@
|
|||
.end method
|
||||
|
||||
.method private fetchSetAnimationMatrix()V
|
||||
.locals 6
|
||||
.locals 5
|
||||
|
||||
sget-boolean v0, Landroidx/transition/ViewUtilsApi21;->sSetAnimationMatrixMethodFetched:Z
|
||||
|
||||
|
@ -40,25 +46,30 @@
|
|||
:try_start_0
|
||||
const-class v1, Landroid/view/View;
|
||||
|
||||
const-string v2, "setAnimationMatrix"
|
||||
new-array v2, v0, [Ljava/lang/Class;
|
||||
|
||||
new-array v3, v0, [Ljava/lang/Class;
|
||||
const/4 v3, 0x0
|
||||
|
||||
const/4 v4, 0x0
|
||||
const-class v4, Landroid/graphics/Matrix;
|
||||
|
||||
const-class v5, Landroid/graphics/Matrix;
|
||||
aput-object v4, v2, v3
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
aput-object v5, v3, v4
|
||||
const-string v3, "setAnimationMatrix"
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
:try_start_1
|
||||
invoke-virtual {v1, v3, v2}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
sput-object v1, Landroidx/transition/ViewUtilsApi21;->sSetAnimationMatrixMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
sget-object v1, Landroidx/transition/ViewUtilsApi21;->sSetAnimationMatrixMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/reflect/Method;->setAccessible(Z)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
:try_end_1
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -79,7 +90,7 @@
|
|||
.end method
|
||||
|
||||
.method private fetchTransformMatrixToGlobalMethod()V
|
||||
.locals 6
|
||||
.locals 5
|
||||
|
||||
sget-boolean v0, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToGlobalMethodFetched:Z
|
||||
|
||||
|
@ -90,25 +101,30 @@
|
|||
:try_start_0
|
||||
const-class v1, Landroid/view/View;
|
||||
|
||||
const-string v2, "transformMatrixToGlobal"
|
||||
new-array v2, v0, [Ljava/lang/Class;
|
||||
|
||||
new-array v3, v0, [Ljava/lang/Class;
|
||||
const/4 v3, 0x0
|
||||
|
||||
const/4 v4, 0x0
|
||||
const-class v4, Landroid/graphics/Matrix;
|
||||
|
||||
const-class v5, Landroid/graphics/Matrix;
|
||||
aput-object v4, v2, v3
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
aput-object v5, v3, v4
|
||||
const-string v3, "transformMatrixToGlobal"
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
:try_start_1
|
||||
invoke-virtual {v1, v3, v2}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
sput-object v1, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToGlobalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
sget-object v1, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToGlobalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/reflect/Method;->setAccessible(Z)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
:try_end_1
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -129,7 +145,7 @@
|
|||
.end method
|
||||
|
||||
.method private fetchTransformMatrixToLocalMethod()V
|
||||
.locals 6
|
||||
.locals 5
|
||||
|
||||
sget-boolean v0, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToLocalMethodFetched:Z
|
||||
|
||||
|
@ -140,25 +156,30 @@
|
|||
:try_start_0
|
||||
const-class v1, Landroid/view/View;
|
||||
|
||||
const-string v2, "transformMatrixToLocal"
|
||||
new-array v2, v0, [Ljava/lang/Class;
|
||||
|
||||
new-array v3, v0, [Ljava/lang/Class;
|
||||
const/4 v3, 0x0
|
||||
|
||||
const/4 v4, 0x0
|
||||
const-class v4, Landroid/graphics/Matrix;
|
||||
|
||||
const-class v5, Landroid/graphics/Matrix;
|
||||
aput-object v4, v2, v3
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
aput-object v5, v3, v4
|
||||
const-string v3, "transformMatrixToLocal"
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
:try_start_1
|
||||
invoke-virtual {v1, v3, v2}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
sput-object v1, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToLocalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
sget-object v1, Landroidx/transition/ViewUtilsApi21;->sTransformMatrixToLocalMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/reflect/Method;->setAccessible(Z)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
:try_end_1
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -182,6 +203,10 @@
|
|||
# virtual methods
|
||||
.method public setAnimationMatrix(Landroid/view/View;Landroid/graphics/Matrix;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi21;->fetchSetAnimationMatrix()V
|
||||
|
||||
|
@ -203,7 +228,7 @@
|
|||
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_0} :catch_1
|
||||
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
@ -220,11 +245,20 @@
|
|||
|
||||
:catch_1
|
||||
:cond_0
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public transformMatrixToGlobal(Landroid/view/View;Landroid/graphics/Matrix;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/graphics/Matrix;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi21;->fetchTransformMatrixToGlobalMethod()V
|
||||
|
||||
|
@ -246,7 +280,7 @@
|
|||
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_0} :catch_1
|
||||
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
@ -263,11 +297,20 @@
|
|||
|
||||
:catch_1
|
||||
:cond_0
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public transformMatrixToLocal(Landroid/view/View;Landroid/graphics/Matrix;)V
|
||||
.locals 3
|
||||
.param p1 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/graphics/Matrix;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi21;->fetchTransformMatrixToLocalMethod()V
|
||||
|
||||
|
@ -289,7 +332,7 @@
|
|||
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_0} :catch_1
|
||||
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
@ -306,5 +349,6 @@
|
|||
|
||||
:catch_1
|
||||
:cond_0
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue