- 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.1 KiB
Smali
91 lines
2.1 KiB
Smali
.class public final Lcom/applovin/impl/rq;
|
|
.super Landroid/opengl/GLSurfaceView;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/tq;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/applovin/impl/rq$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic $r8$clinit:I
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/applovin/impl/rq$a;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 47
|
|
invoke-direct {p0, p1, v0}, Lcom/applovin/impl/rq;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
.locals 0
|
|
|
|
.line 103
|
|
invoke-direct {p0, p1, p2}, Landroid/opengl/GLSurfaceView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
.line 104
|
|
new-instance p1, Lcom/applovin/impl/rq$a;
|
|
|
|
invoke-direct {p1, p0}, Lcom/applovin/impl/rq$a;-><init>(Landroid/opengl/GLSurfaceView;)V
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/rq;->a:Lcom/applovin/impl/rq$a;
|
|
|
|
const/4 p2, 0x1
|
|
|
|
.line 105
|
|
invoke-virtual {p0, p2}, Landroid/opengl/GLSurfaceView;->setPreserveEGLContextOnPause(Z)V
|
|
|
|
const/4 p2, 0x2
|
|
|
|
.line 106
|
|
invoke-virtual {p0, p2}, Landroid/opengl/GLSurfaceView;->setEGLContextClientVersion(I)V
|
|
|
|
.line 107
|
|
invoke-virtual {p0, p1}, Landroid/opengl/GLSurfaceView;->setRenderer(Landroid/opengl/GLSurfaceView$Renderer;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 108
|
|
invoke-virtual {p0, p1}, Landroid/opengl/GLSurfaceView;->setRenderMode(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getVideoDecoderOutputBufferRenderer()Lcom/applovin/impl/tq;
|
|
.locals 0
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setOutputBuffer(Lcom/applovin/impl/sq;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/rq;->a:Lcom/applovin/impl/rq$a;
|
|
|
|
.line 66
|
|
invoke-virtual {v0, p1}, Lcom/applovin/impl/rq$a;->a(Lcom/applovin/impl/sq;)V
|
|
|
|
return-void
|
|
.end method
|