ViewUtils.smali
.class public Landroidx/appcompat/widget/ViewUtils;
.super Ljava/lang/Object;
.source "ViewUtils.java"
# static fields
.field private static final TAG:Ljava/lang/String; = "ViewUtils"
.field private static sComputeFitSystemWindowsMethod:Ljava/lang/reflect/Method;
# direct methods
.method static constructor <clinit>()V
.registers 5
.line 42
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x12
if-lt v0, v1, :cond_31
.line 44
:try_start_6
const-class v0, Landroid/view/View;
const-string v1, "computeFitSystemWindows"
const/4 v2, 0x2
new-array v2, v2, [Ljava/lang/Class;
const/4 v3, 0x0
const-class v4, Landroid/graphics/Rect;
aput-object v4, v2, v3
const-class v3, Landroid/graphics/Rect;
const/4 v4, 0x1
aput-object v3, v2, v4
invoke-virtual {v0, v1, v2}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v0
sput-object v0, Landroidx/appcompat/widget/ViewUtils;->sComputeFitSystemWindowsMethod:Ljava/lang/reflect/Method;
.line 46
invoke-virtual {v0}, Ljava/lang/reflect/Method;->isAccessible()Z
move-result v0
if-nez v0, :cond_28
.line 47
sget-object v0, Landroidx/appcompat/widget/ViewUtils;->sComputeFitSystemWindowsMethod:Ljava/lang/reflect/Method;
invoke-virtual {v0, v4}, Ljava/lang/reflect/Method;->setAccessible(Z)V
:try_end_28
.catch Ljava/lang/NoSuchMethodException; {:try_start_6 .. :try_end_28} :catch_29
.line 51
:cond_28
goto :goto_31
.line 49
:catch_29
move-exception v0
.line 50
.local v0, "e":Ljava/lang/NoSuchMethodException;
const-string v1, "ViewUtils"
const-string v2, "Could not find method computeFitSystemWindows. Oh well."
invoke-static {v1, v2}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
.line 53
.end local v0 # "e":Ljava/lang/NoSuchMethodException;
:cond_31
:goto_31
return-void
.end method
.method private constructor <init>()V
.registers 1
.line 55
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static computeFitSystemWindows(Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
.registers 6
.param p0, "view" # Landroid/view/View;
.param p1, "inoutInsets" # Landroid/graphics/Rect;
.param p2, "outLocalInsets" # Landroid/graphics/Rect;
.line 66
sget-object v0, Landroidx/appcompat/widget/ViewUtils;->sComputeFitSystemWindowsMethod:Ljava/lang/reflect/Method;
if-eqz v0, :cond_19
.line 68
const/4 v1, 0x2
:try_start_5
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
aput-object p1, v1, v2
const/4 v2, 0x1
aput-object p2, v1, v2
invoke-virtual {v0, p0, v1}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
:try_end_10
.catch Ljava/lang/Exception; {:try_start_5 .. :try_end_10} :catch_11
.line 71
goto :goto_19
.line 69
:catch_11
move-exception v0
.line 70
.local v0, "e":Ljava/lang/Exception;
const-string v1, "ViewUtils"
const-string v2, "Could not invoke computeFitSystemWindows"
invoke-static {v1, v2, v0}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
.line 73
.end local v0 # "e":Ljava/lang/Exception;
:cond_19
:goto_19
return-void
.end method
.method public static isLayoutRtl(Landroid/view/View;)Z
.registers 3
.param p0, "view" # Landroid/view/View;
.line 58
invoke-static {p0}, Landroidx/core/view/ViewCompat;->getLayoutDirection(Landroid/view/View;)I
move-result v0
const/4 v1, 0x1
if-ne v0, v1, :cond_8
goto :goto_9
:cond_8
const/4 v1, 0x0
:goto_9
return v1
.end method
.method public static makeOptionalFitsSystemWindows(Landroid/view/View;)V
.registers 7
.param p0, "view" # Landroid/view/View;
.line 80
const-string v0, "Could not invoke makeOptionalFitsSystemWindows"
const-string v1, "ViewUtils"
sget v2, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v3, 0x10
if-lt v2, v3, :cond_38
.line 84
:try_start_a
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-string v3, "makeOptionalFitsSystemWindows"
const/4 v4, 0x0
new-array v5, v4, [Ljava/lang/Class;
invoke-virtual {v2, v3, v5}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v2
.line 85
.local v2, "method":Ljava/lang/reflect/Method;
invoke-virtual {v2}, Ljava/lang/reflect/Method;->isAccessible()Z
move-result v3
if-nez v3, :cond_21
.line 86
const/4 v3, 0x1
invoke-virtual {v2, v3}, Ljava/lang/reflect/Method;->setAccessible(Z)V
.line 88
:cond_21
new-array v3, v4, [Ljava/lang/Object;
invoke-virtual {v2, p0, v3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
:try_end_26
.catch Ljava/lang/NoSuchMethodException; {:try_start_a .. :try_end_26} :catch_32
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_a .. :try_end_26} :catch_2d
.catch Ljava/lang/IllegalAccessException; {:try_start_a .. :try_end_26} :catch_28
.line 95
nop
.end local v2 # "method":Ljava/lang/reflect/Method;
goto :goto_38
.line 93
:catch_28
move-exception v2
.line 94
.local v2, "e":Ljava/lang/IllegalAccessException;
invoke-static {v1, v0, v2}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
goto :goto_38
.line 91
.end local v2 # "e":Ljava/lang/IllegalAccessException;
:catch_2d
move-exception v2
.line 92
.local v2, "e":Ljava/lang/reflect/InvocationTargetException;
invoke-static {v1, v0, v2}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
.end local v2 # "e":Ljava/lang/reflect/InvocationTargetException;
goto :goto_38
.line 89
:catch_32
move-exception v0
.line 90
.local v0, "e":Ljava/lang/NoSuchMethodException;
const-string v2, "Could not find method makeOptionalFitsSystemWindows. Oh well..."
invoke-static {v1, v2}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
.line 97
.end local v0 # "e":Ljava/lang/NoSuchMethodException;
:cond_38
:goto_38
return-void
.end method