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

@ -1,22 +1,28 @@
.class Landroidx/transition/ViewUtilsApi19;
.class public Landroidx/transition/ViewUtilsApi19;
.super Landroidx/transition/ViewUtilsBase;
.source "ViewUtilsApi19.java"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x13
.end annotation
# static fields
.field private static final TAG:Ljava/lang/String; = "ViewUtilsApi19"
.field public static final TAG:Ljava/lang/String; = "ViewUtilsApi19"
.field private static sGetTransitionAlphaMethod:Ljava/lang/reflect/Method;
.field public static sGetTransitionAlphaMethod:Ljava/lang/reflect/Method;
.field private static sGetTransitionAlphaMethodFetched:Z
.field public static sGetTransitionAlphaMethodFetched:Z
.field private static sSetTransitionAlphaMethod:Ljava/lang/reflect/Method;
.field public static sSetTransitionAlphaMethod:Ljava/lang/reflect/Method;
.field private static sSetTransitionAlphaMethodFetched:Z
.field public static sSetTransitionAlphaMethodFetched:Z
# direct methods
.method constructor <init>()V
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Landroidx/transition/ViewUtilsBase;-><init>()V
@ -36,21 +42,26 @@
:try_start_0
const-class v1, Landroid/view/View;
const-string v2, "getTransitionAlpha"
const/4 v2, 0x0
const/4 v3, 0x0
new-array v2, v2, [Ljava/lang/Class;
:try_end_0
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
new-array v3, v3, [Ljava/lang/Class;
const-string v3, "getTransitionAlpha"
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/ViewUtilsApi19;->sGetTransitionAlphaMethod:Ljava/lang/reflect/Method;
sget-object v1, Landroidx/transition/ViewUtilsApi19;->sGetTransitionAlphaMethod: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
@ -71,7 +82,7 @@
.end method
.method private fetchSetTransitionAlphaMethod()V
.locals 6
.locals 5
sget-boolean v0, Landroidx/transition/ViewUtilsApi19;->sSetTransitionAlphaMethodFetched:Z
@ -82,25 +93,30 @@
:try_start_0
const-class v1, Landroid/view/View;
const-string v2, "setTransitionAlpha"
new-array v2, v0, [Ljava/lang/Class;
new-array v3, v0, [Ljava/lang/Class;
const/4 v3, 0x0
const/4 v4, 0x0
sget-object v4, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
sget-object v5, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
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, "setTransitionAlpha"
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/ViewUtilsApi19;->sSetTransitionAlphaMethod:Ljava/lang/reflect/Method;
sget-object v1, Landroidx/transition/ViewUtilsApi19;->sSetTransitionAlphaMethod: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
@ -124,12 +140,20 @@
# virtual methods
.method public clearNonTransitionAlpha(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public getTransitionAlpha(Landroid/view/View;)F
.locals 2
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi19;->fetchGetTransitionAlphaMethod()V
@ -181,12 +205,20 @@
.method public saveNonTransitionAlpha(Landroid/view/View;)V
.locals 0
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public setTransitionAlpha(Landroid/view/View;F)V
.locals 3
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Landroidx/transition/ViewUtilsApi19;->fetchSetTransitionAlphaMethod()V
@ -212,7 +244,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
@ -227,11 +259,10 @@
throw p2
:catch_1
return-void
:cond_0
invoke-virtual {p1, p2}, Landroid/view/View;->setAlpha(F)V
:catch_1
:goto_0
return-void
.end method