- 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
111 lines
2.1 KiB
Smali
111 lines
2.1 KiB
Smali
.class public final Lcom/applovin/impl/e6$b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/e6;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private a:F
|
|
|
|
.field private b:F
|
|
|
|
.field private c:J
|
|
|
|
.field private d:F
|
|
|
|
.field private e:J
|
|
|
|
.field private f:J
|
|
|
|
.field private g:F
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
.line 105
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const v0, 0x3f7851ec # 0.97f
|
|
|
|
iput v0, p0, Lcom/applovin/impl/e6$b;->a:F
|
|
|
|
const v0, 0x3f83d70a # 1.03f
|
|
|
|
iput v0, p0, Lcom/applovin/impl/e6$b;->b:F
|
|
|
|
const-wide/16 v0, 0x3e8
|
|
|
|
iput-wide v0, p0, Lcom/applovin/impl/e6$b;->c:J
|
|
|
|
const v0, 0x33d6bf95 # 1.0E-7f
|
|
|
|
iput v0, p0, Lcom/applovin/impl/e6$b;->d:F
|
|
|
|
const-wide/16 v0, 0x14
|
|
|
|
.line 110
|
|
invoke-static {v0, v1}, Lcom/applovin/impl/t2;->a(J)J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/applovin/impl/e6$b;->e:J
|
|
|
|
const-wide/16 v0, 0x1f4
|
|
|
|
.line 112
|
|
invoke-static {v0, v1}, Lcom/applovin/impl/t2;->a(J)J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/applovin/impl/e6$b;->f:J
|
|
|
|
const v0, 0x3f7fbe77 # 0.999f
|
|
|
|
iput v0, p0, Lcom/applovin/impl/e6$b;->g:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Lcom/applovin/impl/e6;
|
|
.locals 13
|
|
|
|
.line 1
|
|
new-instance v12, Lcom/applovin/impl/e6;
|
|
|
|
iget v1, p0, Lcom/applovin/impl/e6$b;->a:F
|
|
|
|
iget v2, p0, Lcom/applovin/impl/e6$b;->b:F
|
|
|
|
iget-wide v3, p0, Lcom/applovin/impl/e6$b;->c:J
|
|
|
|
iget v5, p0, Lcom/applovin/impl/e6$b;->d:F
|
|
|
|
iget-wide v6, p0, Lcom/applovin/impl/e6$b;->e:J
|
|
|
|
iget-wide v8, p0, Lcom/applovin/impl/e6$b;->f:J
|
|
|
|
iget v10, p0, Lcom/applovin/impl/e6$b;->g:F
|
|
|
|
const/4 v11, 0x0
|
|
|
|
move-object v0, v12
|
|
|
|
invoke-direct/range {v0 .. v11}, Lcom/applovin/impl/e6;-><init>(FFJFJJFLcom/applovin/impl/e6$a;)V
|
|
|
|
return-object v12
|
|
.end method
|