- 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
91 lines
2.7 KiB
Smali
91 lines
2.7 KiB
Smali
.class Landroidx/browser/customtabs/CustomTabsClient$2$8;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Landroidx/browser/customtabs/CustomTabsClient$2;->onActivityLayout(IIIIILandroid/os/Bundle;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$1:Landroidx/browser/customtabs/CustomTabsClient$2;
|
|
|
|
.field final synthetic val$bottom:I
|
|
|
|
.field final synthetic val$extras:Landroid/os/Bundle;
|
|
|
|
.field final synthetic val$left:I
|
|
|
|
.field final synthetic val$right:I
|
|
|
|
.field final synthetic val$state:I
|
|
|
|
.field final synthetic val$top:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroidx/browser/customtabs/CustomTabsClient$2;IIIIILandroid/os/Bundle;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->this$1:Landroidx/browser/customtabs/CustomTabsClient$2;
|
|
|
|
iput p2, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$left:I
|
|
|
|
iput p3, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$top:I
|
|
|
|
iput p4, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$right:I
|
|
|
|
iput p5, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$bottom:I
|
|
|
|
iput p6, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$state:I
|
|
|
|
iput-object p7, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$extras:Landroid/os/Bundle;
|
|
|
|
.line 429
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 8
|
|
|
|
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->this$1:Landroidx/browser/customtabs/CustomTabsClient$2;
|
|
|
|
.line 432
|
|
iget-object v1, v0, Landroidx/browser/customtabs/CustomTabsClient$2;->val$callback:Landroidx/browser/customtabs/CustomTabsCallback;
|
|
|
|
iget v2, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$left:I
|
|
|
|
iget v3, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$top:I
|
|
|
|
iget v4, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$right:I
|
|
|
|
iget v5, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$bottom:I
|
|
|
|
iget v6, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$state:I
|
|
|
|
iget-object v7, p0, Landroidx/browser/customtabs/CustomTabsClient$2$8;->val$extras:Landroid/os/Bundle;
|
|
|
|
invoke-virtual/range {v1 .. v7}, Landroidx/browser/customtabs/CustomTabsCallback;->onActivityLayout(IIIIILandroid/os/Bundle;)V
|
|
|
|
return-void
|
|
.end method
|