- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
1086 lines
29 KiB
Smali
1086 lines
29 KiB
Smali
.class Landroidx/core/view/WindowInsetsCompat$Impl20;
|
|
.super Landroidx/core/view/WindowInsetsCompat$Impl;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x14
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/view/WindowInsetsCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Impl20"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static sAttachInfoClass:Ljava/lang/Class; = null
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Class<",
|
|
"*>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private static sAttachInfoField:Ljava/lang/reflect/Field; = null
|
|
|
|
.field private static sGetViewRootImplMethod:Ljava/lang/reflect/Method; = null
|
|
|
|
.field private static sVisibleInsetsField:Ljava/lang/reflect/Field; = null
|
|
|
|
.field private static sVisibleRectReflectionFetched:Z = false
|
|
|
|
|
|
# instance fields
|
|
.field private mOverriddenInsets:[Landroidx/core/graphics/Insets;
|
|
|
|
.field final mPlatformInsets:Landroid/view/WindowInsets;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
.field private mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
.field private mSystemWindowInsets:Landroidx/core/graphics/Insets;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroidx/core/view/WindowInsetsCompat;Landroid/view/WindowInsets;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/core/view/WindowInsetsCompat;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroid/view/WindowInsets;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 898
|
|
invoke-direct {p0, p1}, Landroidx/core/view/WindowInsetsCompat$Impl;-><init>(Landroidx/core/view/WindowInsetsCompat;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mSystemWindowInsets:Landroidx/core/graphics/Insets;
|
|
|
|
iput-object p2, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroidx/core/view/WindowInsetsCompat;Landroidx/core/view/WindowInsetsCompat$Impl20;)V
|
|
.locals 1
|
|
.param p1 # Landroidx/core/view/WindowInsetsCompat;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroidx/core/view/WindowInsetsCompat$Impl20;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 903
|
|
new-instance v0, Landroid/view/WindowInsets;
|
|
|
|
iget-object p2, p2, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
invoke-direct {v0, p2}, Landroid/view/WindowInsets;-><init>(Landroid/view/WindowInsets;)V
|
|
|
|
invoke-direct {p0, p1, v0}, Landroidx/core/view/WindowInsetsCompat$Impl20;-><init>(Landroidx/core/view/WindowInsetsCompat;Landroid/view/WindowInsets;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private getInsets(IZ)Landroidx/core/graphics/Insets;
|
|
.locals 3
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"WrongConstant"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 940
|
|
sget-object v0, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
:goto_0
|
|
const/16 v2, 0x100
|
|
|
|
if-gt v1, v2, :cond_1
|
|
|
|
and-int v2, p1, v1
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
.line 945
|
|
:cond_0
|
|
invoke-virtual {p0, v1, p2}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getInsetsForType(IZ)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v0, v2}, Landroidx/core/graphics/Insets;->max(Landroidx/core/graphics/Insets;Landroidx/core/graphics/Insets;)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v0
|
|
|
|
:goto_1
|
|
shl-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private getRootStableInsets()Landroidx/core/graphics/Insets;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1103
|
|
invoke-virtual {v0}, Landroidx/core/view/WindowInsetsCompat;->getStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
|
|
.line 1105
|
|
:cond_0
|
|
sget-object v0, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private getVisibleInsets(Landroid/view/View;)Landroidx/core/graphics/Insets;
|
|
.locals 4
|
|
.param p1 # Landroid/view/View;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
const-string v0, "WindowInsetsCompat"
|
|
|
|
sget v1, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
const/16 v2, 0x1e
|
|
|
|
if-ge v1, v2, :cond_5
|
|
|
|
sget-boolean v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleRectReflectionFetched:Z
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 1131
|
|
invoke-static {}, Landroidx/core/view/WindowInsetsCompat$Impl20;->loadReflectionField()V
|
|
|
|
:cond_0
|
|
sget-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sGetViewRootImplMethod:Ljava/lang/reflect/Method;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-eqz v1, :cond_4
|
|
|
|
sget-object v3, Landroidx/core/view/WindowInsetsCompat$Impl20;->sAttachInfoClass:Ljava/lang/Class;
|
|
|
|
if-eqz v3, :cond_4
|
|
|
|
sget-object v3, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleInsetsField:Ljava/lang/reflect/Field;
|
|
|
|
if-nez v3, :cond_1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const/4 v3, 0x0
|
|
|
|
:try_start_0
|
|
new-array v3, v3, [Ljava/lang/Object;
|
|
|
|
.line 1141
|
|
invoke-virtual {v1, p1, v3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
if-nez p1, :cond_2
|
|
|
|
const-string p1, "Failed to get visible insets. getViewRootImpl() returned null from the provided view. This means that the view is either not attached or the method has been overridden"
|
|
|
|
.line 1143
|
|
new-instance v1, Ljava/lang/NullPointerException;
|
|
|
|
invoke-direct {v1}, Ljava/lang/NullPointerException;-><init>()V
|
|
|
|
invoke-static {v0, p1, v1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
|
|
|
return-object v2
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
sget-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sAttachInfoField:Ljava/lang/reflect/Field;
|
|
|
|
.line 1149
|
|
invoke-virtual {v1, p1}, Ljava/lang/reflect/Field;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
sget-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleInsetsField:Ljava/lang/reflect/Field;
|
|
|
|
.line 1150
|
|
invoke-virtual {v1, p1}, Ljava/lang/reflect/Field;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroid/graphics/Rect;
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
.line 1151
|
|
invoke-static {p1}, Landroidx/core/graphics/Insets;->of(Landroid/graphics/Rect;)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v2
|
|
:try_end_0
|
|
.catch Ljava/lang/ReflectiveOperationException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
:cond_3
|
|
return-object v2
|
|
|
|
.line 1154
|
|
:goto_0
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v3, "Failed to get visible insets. (Reflection error). "
|
|
|
|
invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 1155
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-virtual {v1, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1154
|
|
invoke-static {v0, v1, p1}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
|
|
|
:cond_4
|
|
:goto_1
|
|
return-object v2
|
|
|
|
.line 1127
|
|
:cond_5
|
|
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
|
|
|
const-string v0, "getVisibleInsets() should not be called on API >= 30. Use WindowInsets.isVisible() instead."
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method private static loadReflectionField()V
|
|
.locals 4
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"PrivateApi"
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x1
|
|
|
|
:try_start_0
|
|
const-class v1, Landroid/view/View;
|
|
|
|
const-string v2, "getViewRootImpl"
|
|
|
|
const/4 v3, 0x0
|
|
|
|
new-array v3, v3, [Ljava/lang/Class;
|
|
|
|
.line 1171
|
|
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/core/view/WindowInsetsCompat$Impl20;->sGetViewRootImplMethod:Ljava/lang/reflect/Method;
|
|
|
|
const-string v1, "android.view.View$AttachInfo"
|
|
|
|
.line 1172
|
|
invoke-static {v1}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
|
|
|
move-result-object v1
|
|
|
|
sput-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sAttachInfoClass:Ljava/lang/Class;
|
|
|
|
const-string v2, "mVisibleInsets"
|
|
|
|
.line 1173
|
|
invoke-virtual {v1, v2}, Ljava/lang/Class;->getDeclaredField(Ljava/lang/String;)Ljava/lang/reflect/Field;
|
|
|
|
move-result-object v1
|
|
|
|
sput-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleInsetsField:Ljava/lang/reflect/Field;
|
|
|
|
const-string v1, "android.view.ViewRootImpl"
|
|
|
|
.line 1174
|
|
invoke-static {v1}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
|
|
|
move-result-object v1
|
|
|
|
const-string v2, "mAttachInfo"
|
|
|
|
.line 1175
|
|
invoke-virtual {v1, v2}, Ljava/lang/Class;->getDeclaredField(Ljava/lang/String;)Ljava/lang/reflect/Field;
|
|
|
|
move-result-object v1
|
|
|
|
sput-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sAttachInfoField:Ljava/lang/reflect/Field;
|
|
|
|
sget-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleInsetsField:Ljava/lang/reflect/Field;
|
|
|
|
.line 1176
|
|
invoke-virtual {v1, v0}, Ljava/lang/reflect/AccessibleObject;->setAccessible(Z)V
|
|
|
|
sget-object v1, Landroidx/core/view/WindowInsetsCompat$Impl20;->sAttachInfoField:Ljava/lang/reflect/Field;
|
|
|
|
.line 1177
|
|
invoke-virtual {v1, v0}, Ljava/lang/reflect/AccessibleObject;->setAccessible(Z)V
|
|
:try_end_0
|
|
.catch Ljava/lang/ReflectiveOperationException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
.line 1179
|
|
new-instance v2, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v3, "Failed to get visible insets. (Reflection error). "
|
|
|
|
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
const-string v3, "WindowInsetsCompat"
|
|
|
|
invoke-static {v3, v2, v1}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
|
|
|
:goto_0
|
|
sput-boolean v0, Landroidx/core/view/WindowInsetsCompat$Impl20;->sVisibleRectReflectionFetched:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public copyRootViewBounds(Landroid/view/View;)V
|
|
.locals 0
|
|
.param p1 # Landroid/view/View;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1111
|
|
invoke-direct {p0, p1}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getVisibleInsets(Landroid/view/View;)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 1113
|
|
sget-object p1, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
.line 1115
|
|
:cond_0
|
|
invoke-virtual {p0, p1}, Landroidx/core/view/WindowInsetsCompat$Impl20;->setRootViewData(Landroidx/core/graphics/Insets;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public copyWindowDataInto(Landroidx/core/view/WindowInsetsCompat;)V
|
|
.locals 1
|
|
.param p1 # Landroidx/core/view/WindowInsetsCompat;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
.line 1086
|
|
invoke-virtual {p1, v0}, Landroidx/core/view/WindowInsetsCompat;->setRootWindowInsets(Landroidx/core/view/WindowInsetsCompat;)V
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
.line 1087
|
|
invoke-virtual {p1, v0}, Landroidx/core/view/WindowInsetsCompat;->setRootViewData(Landroidx/core/graphics/Insets;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public equals(Ljava/lang/Object;)Z
|
|
.locals 1
|
|
|
|
.line 1187
|
|
invoke-super {p0, p1}, Landroidx/core/view/WindowInsetsCompat$Impl;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
.line 1188
|
|
:cond_0
|
|
check-cast p1, Landroidx/core/view/WindowInsetsCompat$Impl20;
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
.line 1189
|
|
iget-object p1, p1, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
invoke-static {v0, p1}, Ljava/util/Objects;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public getInsets(I)Landroidx/core/graphics/Insets;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 914
|
|
invoke-direct {p0, p1, v0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getInsets(IZ)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getInsetsForType(IZ)Landroidx/core/graphics/Insets;
|
|
.locals 4
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
const/4 v0, 0x1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eq p1, v0, :cond_f
|
|
|
|
const/4 v0, 0x2
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-eq p1, v0, :cond_b
|
|
|
|
const/16 p2, 0x8
|
|
|
|
if-eq p1, p2, :cond_6
|
|
|
|
const/16 p2, 0x10
|
|
|
|
if-eq p1, p2, :cond_5
|
|
|
|
const/16 p2, 0x20
|
|
|
|
if-eq p1, p2, :cond_4
|
|
|
|
const/16 p2, 0x40
|
|
|
|
if-eq p1, p2, :cond_3
|
|
|
|
const/16 p2, 0x80
|
|
|
|
if-eq p1, p2, :cond_0
|
|
|
|
.line 1042
|
|
sget-object p1, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
iget-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 1032
|
|
invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->getDisplayCutout()Landroidx/core/view/DisplayCutoutCompat;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 1033
|
|
:cond_1
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getDisplayCutout()Landroidx/core/view/DisplayCutoutCompat;
|
|
|
|
move-result-object p1
|
|
|
|
:goto_0
|
|
if-eqz p1, :cond_2
|
|
|
|
.line 1035
|
|
invoke-virtual {p1}, Landroidx/core/view/DisplayCutoutCompat;->getSafeInsetLeft()I
|
|
|
|
move-result p2
|
|
|
|
invoke-virtual {p1}, Landroidx/core/view/DisplayCutoutCompat;->getSafeInsetTop()I
|
|
|
|
move-result v0
|
|
|
|
.line 1036
|
|
invoke-virtual {p1}, Landroidx/core/view/DisplayCutoutCompat;->getSafeInsetRight()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p1}, Landroidx/core/view/DisplayCutoutCompat;->getSafeInsetBottom()I
|
|
|
|
move-result p1
|
|
|
|
.line 1035
|
|
invoke-static {p2, v0, v1, p1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1038
|
|
:cond_2
|
|
sget-object p1, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
return-object p1
|
|
|
|
.line 1027
|
|
:cond_3
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getTappableElementInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1023
|
|
:cond_4
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getMandatorySystemGestureInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1019
|
|
:cond_5
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getSystemGestureInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_6
|
|
iget-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mOverriddenInsets:[Landroidx/core/graphics/Insets;
|
|
|
|
if-eqz p1, :cond_7
|
|
|
|
.line 996
|
|
invoke-static {p2}, Landroidx/core/view/WindowInsetsCompat$Type;->indexOf(I)I
|
|
|
|
move-result p2
|
|
|
|
aget-object v2, p1, p2
|
|
|
|
:cond_7
|
|
if-eqz v2, :cond_8
|
|
|
|
return-object v2
|
|
|
|
.line 1000
|
|
:cond_8
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
.line 1001
|
|
invoke-direct {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getRootStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p2
|
|
|
|
.line 1003
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
iget v0, p2, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
if-le p1, v0, :cond_9
|
|
|
|
.line 1006
|
|
invoke-static {v1, v1, v1, p1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_9
|
|
iget-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
if-eqz p1, :cond_a
|
|
|
|
.line 1007
|
|
sget-object v0, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
.line 1008
|
|
invoke-virtual {p1, v0}, Landroidx/core/graphics/Insets;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_a
|
|
|
|
iget-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
.line 1011
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
iget p2, p2, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
if-le p1, p2, :cond_a
|
|
|
|
.line 1012
|
|
invoke-static {v1, v1, v1, p1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1015
|
|
:cond_a
|
|
sget-object p1, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
return-object p1
|
|
|
|
:cond_b
|
|
if-eqz p2, :cond_c
|
|
|
|
.line 965
|
|
invoke-direct {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getRootStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
.line 966
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p2
|
|
|
|
.line 967
|
|
iget v0, p1, Landroidx/core/graphics/Insets;->left:I
|
|
|
|
iget v2, p2, Landroidx/core/graphics/Insets;->left:I
|
|
|
|
.line 968
|
|
invoke-static {v0, v2}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v0
|
|
|
|
iget v2, p1, Landroidx/core/graphics/Insets;->right:I
|
|
|
|
iget v3, p2, Landroidx/core/graphics/Insets;->right:I
|
|
|
|
.line 970
|
|
invoke-static {v2, v3}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v2
|
|
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
iget p2, p2, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
.line 971
|
|
invoke-static {p1, p2}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p1
|
|
|
|
.line 967
|
|
invoke-static {v0, v1, v2, p1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 974
|
|
:cond_c
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object p2, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
if-eqz p2, :cond_d
|
|
|
|
.line 976
|
|
invoke-virtual {p2}, Landroidx/core/view/WindowInsetsCompat;->getStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v2
|
|
|
|
.line 979
|
|
:cond_d
|
|
iget p2, p1, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
if-eqz v2, :cond_e
|
|
|
|
.line 984
|
|
iget v0, v2, Landroidx/core/graphics/Insets;->bottom:I
|
|
|
|
invoke-static {p2, v0}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result p2
|
|
|
|
.line 986
|
|
:cond_e
|
|
iget v0, p1, Landroidx/core/graphics/Insets;->left:I
|
|
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->right:I
|
|
|
|
invoke-static {v0, v1, p1, p2}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_f
|
|
if-eqz p2, :cond_10
|
|
|
|
.line 956
|
|
invoke-direct {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getRootStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
.line 957
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->top:I
|
|
|
|
.line 958
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p2
|
|
|
|
iget p2, p2, Landroidx/core/graphics/Insets;->top:I
|
|
|
|
invoke-static {p1, p2}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p1
|
|
|
|
.line 957
|
|
invoke-static {v1, p1, v1, v1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 960
|
|
:cond_10
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
iget p1, p1, Landroidx/core/graphics/Insets;->top:I
|
|
|
|
invoke-static {v1, p1, v1, v1}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getInsetsIgnoringVisibility(I)Landroidx/core/graphics/Insets;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 920
|
|
invoke-direct {p0, p1, v0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getInsets(IZ)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
.locals 4
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mSystemWindowInsets:Landroidx/core/graphics/Insets;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
.line 1066
|
|
invoke-virtual {v0}, Landroid/view/WindowInsets;->getSystemWindowInsetLeft()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
.line 1067
|
|
invoke-virtual {v1}, Landroid/view/WindowInsets;->getSystemWindowInsetTop()I
|
|
|
|
move-result v1
|
|
|
|
iget-object v2, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
.line 1068
|
|
invoke-virtual {v2}, Landroid/view/WindowInsets;->getSystemWindowInsetRight()I
|
|
|
|
move-result v2
|
|
|
|
iget-object v3, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
.line 1069
|
|
invoke-virtual {v3}, Landroid/view/WindowInsets;->getSystemWindowInsetBottom()I
|
|
|
|
move-result v3
|
|
|
|
.line 1065
|
|
invoke-static {v0, v1, v2, v3}, Landroidx/core/graphics/Insets;->of(IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mSystemWindowInsets:Landroidx/core/graphics/Insets;
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mSystemWindowInsets:Landroidx/core/graphics/Insets;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public inset(IIII)Landroidx/core/view/WindowInsetsCompat;
|
|
.locals 2
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 1078
|
|
new-instance v0, Landroidx/core/view/WindowInsetsCompat$Builder;
|
|
|
|
iget-object v1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
invoke-static {v1}, Landroidx/core/view/WindowInsetsCompat;->toWindowInsetsCompat(Landroid/view/WindowInsets;)Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, v1}, Landroidx/core/view/WindowInsetsCompat$Builder;-><init>(Landroidx/core/view/WindowInsetsCompat;)V
|
|
|
|
.line 1079
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getSystemWindowInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v1, p1, p2, p3, p4}, Landroidx/core/view/WindowInsetsCompat;->insetInsets(Landroidx/core/graphics/Insets;IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v0, v1}, Landroidx/core/view/WindowInsetsCompat$Builder;->setSystemWindowInsets(Landroidx/core/graphics/Insets;)Landroidx/core/view/WindowInsetsCompat$Builder;
|
|
|
|
.line 1080
|
|
invoke-virtual {p0}, Landroidx/core/view/WindowInsetsCompat$Impl;->getStableInsets()Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v1, p1, p2, p3, p4}, Landroidx/core/view/WindowInsetsCompat;->insetInsets(Landroidx/core/graphics/Insets;IIII)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {v0, p1}, Landroidx/core/view/WindowInsetsCompat$Builder;->setStableInsets(Landroidx/core/graphics/Insets;)Landroidx/core/view/WindowInsetsCompat$Builder;
|
|
|
|
.line 1081
|
|
invoke-virtual {v0}, Landroidx/core/view/WindowInsetsCompat$Builder;->build()Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public isRound()Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mPlatformInsets:Landroid/view/WindowInsets;
|
|
|
|
.line 908
|
|
invoke-virtual {v0}, Landroid/view/WindowInsets;->isRound()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isTypeVisible(I)Z
|
|
.locals 3
|
|
|
|
const/4 v0, 0x0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq p1, v1, :cond_1
|
|
|
|
const/4 v2, 0x2
|
|
|
|
if-eq p1, v2, :cond_1
|
|
|
|
const/4 v2, 0x4
|
|
|
|
if-eq p1, v2, :cond_0
|
|
|
|
const/16 v2, 0x8
|
|
|
|
if-eq p1, v2, :cond_1
|
|
|
|
const/16 v2, 0x80
|
|
|
|
if-eq p1, v2, :cond_1
|
|
|
|
return v1
|
|
|
|
:cond_0
|
|
return v0
|
|
|
|
.line 1052
|
|
:cond_1
|
|
invoke-virtual {p0, p1, v0}, Landroidx/core/view/WindowInsetsCompat$Impl20;->getInsetsForType(IZ)Landroidx/core/graphics/Insets;
|
|
|
|
move-result-object p1
|
|
|
|
sget-object v0, Landroidx/core/graphics/Insets;->NONE:Landroidx/core/graphics/Insets;
|
|
|
|
invoke-virtual {p1, v0}, Landroidx/core/graphics/Insets;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
xor-int/2addr p1, v1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public isVisible(I)Z
|
|
.locals 3
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"WrongConstant"
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x1
|
|
|
|
move v1, v0
|
|
|
|
:goto_0
|
|
const/16 v2, 0x100
|
|
|
|
if-gt v1, v2, :cond_2
|
|
|
|
and-int v2, p1, v1
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
.line 930
|
|
:cond_0
|
|
invoke-virtual {p0, v1}, Landroidx/core/view/WindowInsetsCompat$Impl20;->isTypeVisible(I)Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_1
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
:goto_1
|
|
shl-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
return v0
|
|
.end method
|
|
|
|
.method public setOverriddenInsets([Landroidx/core/graphics/Insets;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mOverriddenInsets:[Landroidx/core/graphics/Insets;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setRootViewData(Landroidx/core/graphics/Insets;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/core/graphics/Insets;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
iput-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootViewVisibleInsets:Landroidx/core/graphics/Insets;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setRootWindowInsets(Landroidx/core/view/WindowInsetsCompat;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/core/view/WindowInsetsCompat;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
iput-object p1, p0, Landroidx/core/view/WindowInsetsCompat$Impl20;->mRootWindowInsets:Landroidx/core/view/WindowInsetsCompat;
|
|
|
|
return-void
|
|
.end method
|