Rabbit-R1/original r1/smali/smali_classes2/androidx/transition/GhostViewPlatform.smali
2024-05-21 17:08:36 -04:00

327 lines
8.1 KiB
Smali

.class Landroidx/transition/GhostViewPlatform;
.super Ljava/lang/Object;
.source "GhostViewPlatform.java"
# interfaces
.implements Landroidx/transition/GhostView;
# static fields
.field private static final TAG:Ljava/lang/String; = "GhostViewApi21"
.field private static sAddGhostMethod:Ljava/lang/reflect/Method;
.field private static sAddGhostMethodFetched:Z
.field private static sGhostViewClass:Ljava/lang/Class;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Class<",
"*>;"
}
.end annotation
.end field
.field private static sGhostViewClassFetched:Z
.field private static sRemoveGhostMethod:Ljava/lang/reflect/Method;
.field private static sRemoveGhostMethodFetched:Z
# instance fields
.field private final mGhostView:Landroid/view/View;
# direct methods
.method private constructor <init>(Landroid/view/View;)V
.locals 0
.line 73
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroidx/transition/GhostViewPlatform;->mGhostView:Landroid/view/View;
return-void
.end method
.method static addGhost(Landroid/view/View;Landroid/view/ViewGroup;Landroid/graphics/Matrix;)Landroidx/transition/GhostView;
.locals 3
.line 43
invoke-static {}, Landroidx/transition/GhostViewPlatform;->fetchAddGhostMethod()V
sget-object v0, Landroidx/transition/GhostViewPlatform;->sAddGhostMethod:Ljava/lang/reflect/Method;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 46
:try_start_0
new-instance v2, Landroidx/transition/GhostViewPlatform;
filled-new-array {p0, p1, p2}, [Ljava/lang/Object;
move-result-object p0
.line 47
invoke-virtual {v0, v1, p0}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Landroid/view/View;
invoke-direct {v2, p0}, Landroidx/transition/GhostViewPlatform;-><init>(Landroid/view/View;)V
:try_end_0
.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-object v2
:catch_0
move-exception p0
.line 51
new-instance p1, Ljava/lang/RuntimeException;
invoke-virtual {p0}, Ljava/lang/reflect/InvocationTargetException;->getCause()Ljava/lang/Throwable;
move-result-object p0
invoke-direct {p1, p0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
throw p1
:catch_1
:cond_0
return-object v1
.end method
.method private static fetchAddGhostMethod()V
.locals 6
sget-boolean v0, Landroidx/transition/GhostViewPlatform;->sAddGhostMethodFetched:Z
if-nez v0, :cond_0
const/4 v0, 0x1
.line 101
:try_start_0
invoke-static {}, Landroidx/transition/GhostViewPlatform;->fetchGhostViewClass()V
sget-object v1, Landroidx/transition/GhostViewPlatform;->sGhostViewClass:Ljava/lang/Class;
const-string v2, "addGhost"
const/4 v3, 0x3
new-array v3, v3, [Ljava/lang/Class;
.line 102
const-class v4, Landroid/view/View;
const/4 v5, 0x0
aput-object v4, v3, v5
const-class v4, Landroid/view/ViewGroup;
aput-object v4, v3, v0
const-class v4, Landroid/graphics/Matrix;
const/4 v5, 0x2
aput-object v4, v3, v5
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v1
sput-object v1, Landroidx/transition/GhostViewPlatform;->sAddGhostMethod:Ljava/lang/reflect/Method;
.line 104
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
goto :goto_0
:catch_0
move-exception v1
const-string v2, "GhostViewApi21"
const-string v3, "Failed to retrieve addGhost method"
.line 106
invoke-static {v2, v3, v1}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
:goto_0
sput-boolean v0, Landroidx/transition/GhostViewPlatform;->sAddGhostMethodFetched:Z
:cond_0
return-void
.end method
.method private static fetchGhostViewClass()V
.locals 3
sget-boolean v0, Landroidx/transition/GhostViewPlatform;->sGhostViewClassFetched:Z
if-nez v0, :cond_0
:try_start_0
const-string v0, "android.view.GhostView"
.line 90
invoke-static {v0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
move-result-object v0
sput-object v0, Landroidx/transition/GhostViewPlatform;->sGhostViewClass:Ljava/lang/Class;
:try_end_0
.catch Ljava/lang/ClassNotFoundException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
const-string v1, "GhostViewApi21"
const-string v2, "Failed to retrieve GhostView class"
.line 92
invoke-static {v1, v2, v0}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
:goto_0
const/4 v0, 0x1
sput-boolean v0, Landroidx/transition/GhostViewPlatform;->sGhostViewClassFetched:Z
:cond_0
return-void
.end method
.method private static fetchRemoveGhostMethod()V
.locals 6
sget-boolean v0, Landroidx/transition/GhostViewPlatform;->sRemoveGhostMethodFetched:Z
if-nez v0, :cond_0
const/4 v0, 0x1
.line 115
:try_start_0
invoke-static {}, Landroidx/transition/GhostViewPlatform;->fetchGhostViewClass()V
sget-object v1, Landroidx/transition/GhostViewPlatform;->sGhostViewClass:Ljava/lang/Class;
const-string v2, "removeGhost"
new-array v3, v0, [Ljava/lang/Class;
.line 116
const-class v4, Landroid/view/View;
const/4 v5, 0x0
aput-object v4, v3, v5
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v1
sput-object v1, Landroidx/transition/GhostViewPlatform;->sRemoveGhostMethod:Ljava/lang/reflect/Method;
.line 117
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
goto :goto_0
:catch_0
move-exception v1
const-string v2, "GhostViewApi21"
const-string v3, "Failed to retrieve removeGhost method"
.line 119
invoke-static {v2, v3, v1}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
:goto_0
sput-boolean v0, Landroidx/transition/GhostViewPlatform;->sRemoveGhostMethodFetched:Z
:cond_0
return-void
.end method
.method static removeGhost(Landroid/view/View;)V
.locals 2
.line 58
invoke-static {}, Landroidx/transition/GhostViewPlatform;->fetchRemoveGhostMethod()V
sget-object v0, Landroidx/transition/GhostViewPlatform;->sRemoveGhostMethod:Ljava/lang/reflect/Method;
if-eqz v0, :cond_0
.line 61
:try_start_0
filled-new-array {p0}, [Ljava/lang/Object;
move-result-object p0
const/4 v1, 0x0
invoke-virtual {v0, v1, p0}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
:try_end_0
.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
goto :goto_0
:catch_0
move-exception p0
.line 65
new-instance v0, Ljava/lang/RuntimeException;
invoke-virtual {p0}, Ljava/lang/reflect/InvocationTargetException;->getCause()Ljava/lang/Throwable;
move-result-object p0
invoke-direct {v0, p0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
throw v0
:catch_1
:cond_0
:goto_0
return-void
.end method
# virtual methods
.method public reserveEndViewTransition(Landroid/view/ViewGroup;Landroid/view/View;)V
.locals 0
return-void
.end method
.method public setVisibility(I)V
.locals 0
iget-object p0, p0, Landroidx/transition/GhostViewPlatform;->mGhostView:Landroid/view/View;
.line 79
invoke-virtual {p0, p1}, Landroid/view/View;->setVisibility(I)V
return-void
.end method