Changes of com.discord v1017
This commit is contained in:
parent
346c5a87ca
commit
f68d8f1190
3195 changed files with 220840 additions and 133867 deletions
|
@ -3,7 +3,21 @@
|
|||
.source "ViewGroupUtils.java"
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static sGetChildDrawingOrderMethod:Ljava/lang/reflect/Method; = null
|
||||
|
||||
.field public static sGetChildDrawingOrderMethodFetched:Z = false
|
||||
|
||||
.field public static sTryHiddenSuppressLayout:Z = true
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
|
@ -12,6 +26,113 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public static getChildDrawingOrder(Landroid/view/ViewGroup;I)I
|
||||
.locals 6
|
||||
.param p0 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x1d
|
||||
|
||||
if-lt v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/view/ViewGroup;->getChildDrawingOrder(I)I
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
|
||||
:cond_0
|
||||
sget-boolean v0, Landroidx/transition/ViewGroupUtils;->sGetChildDrawingOrderMethodFetched:Z
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
:try_start_0
|
||||
const-class v0, Landroid/view/ViewGroup;
|
||||
|
||||
new-array v4, v2, [Ljava/lang/Class;
|
||||
|
||||
sget-object v5, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
aput-object v5, v4, v1
|
||||
|
||||
sget-object v5, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
aput-object v5, v4, v3
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
const-string v5, "getChildDrawingOrder"
|
||||
|
||||
:try_start_1
|
||||
invoke-virtual {v0, v5, v4}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Landroidx/transition/ViewGroupUtils;->sGetChildDrawingOrderMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
sget-object v0, Landroidx/transition/ViewGroupUtils;->sGetChildDrawingOrderMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v0, v3}, Ljava/lang/reflect/Method;->setAccessible(Z)V
|
||||
:try_end_1
|
||||
.catch Ljava/lang/NoSuchMethodException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
|
||||
:catch_0
|
||||
sput-boolean v3, Landroidx/transition/ViewGroupUtils;->sGetChildDrawingOrderMethodFetched:Z
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Landroidx/transition/ViewGroupUtils;->sGetChildDrawingOrderMethod:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
:try_start_2
|
||||
new-array v2, v2, [Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {p0}, Landroid/view/ViewGroup;->getChildCount()I
|
||||
|
||||
move-result v4
|
||||
|
||||
invoke-static {v4}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
aput-object v4, v2, v1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
aput-object v1, v2, v3
|
||||
|
||||
invoke-virtual {v0, p0, v2}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Ljava/lang/Integer;
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result p0
|
||||
:try_end_2
|
||||
.catch Ljava/lang/IllegalAccessException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
|
||||
return p0
|
||||
|
||||
:catch_1
|
||||
:cond_2
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public static getOverlay(Landroid/view/ViewGroup;)Landroidx/transition/ViewGroupOverlayImpl;
|
||||
.locals 1
|
||||
.param p0 # Landroid/view/ViewGroup;
|
||||
|
@ -28,16 +149,63 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static suppressLayout(Landroid/view/ViewGroup;Z)V
|
||||
.method public static hiddenSuppressLayout(Landroid/view/ViewGroup;Z)V
|
||||
.locals 1
|
||||
.param p0 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroid/annotation/SuppressLint;
|
||||
value = {
|
||||
"NewApi"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x12
|
||||
.end annotation
|
||||
|
||||
sget-boolean v0, Landroidx/transition/ViewGroupUtils;->sTryHiddenSuppressLayout:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p0, p1}, Landroid/view/ViewGroup;->suppressLayout(Z)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoSuchMethodError; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catch_0
|
||||
const/4 p0, 0x0
|
||||
|
||||
sput-boolean p0, Landroidx/transition/ViewGroupUtils;->sTryHiddenSuppressLayout:Z
|
||||
|
||||
:cond_0
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static suppressLayout(Landroid/view/ViewGroup;Z)V
|
||||
.locals 2
|
||||
.param p0 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
invoke-static {p0, p1}, Landroidx/transition/ViewGroupUtilsApi18;->suppressLayout(Landroid/view/ViewGroup;Z)V
|
||||
const/16 v1, 0x1d
|
||||
|
||||
if-lt v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/view/ViewGroup;->suppressLayout(Z)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-static {p0, p1}, Landroidx/transition/ViewGroupUtils;->hiddenSuppressLayout(Landroid/view/ViewGroup;Z)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue