- 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
97 lines
2.5 KiB
Smali
97 lines
2.5 KiB
Smali
.class public abstract Lcom/google/android/gms/common/images/zag;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field final zaa:Lcom/google/android/gms/common/images/zad;
|
|
|
|
.field protected zab:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/net/Uri;I)V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/google/android/gms/common/images/zag;->zab:I
|
|
|
|
new-instance v0, Lcom/google/android/gms/common/images/zad;
|
|
|
|
invoke-direct {v0, p1}, Lcom/google/android/gms/common/images/zad;-><init>(Landroid/net/Uri;)V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/common/images/zag;->zaa:Lcom/google/android/gms/common/images/zad;
|
|
|
|
iput p2, p0, Lcom/google/android/gms/common/images/zag;->zab:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract zaa(Landroid/graphics/drawable/Drawable;ZZZ)V
|
|
.param p1 # Landroid/graphics/drawable/Drawable;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public final zab(Landroid/content/Context;Lcom/google/android/gms/internal/base/zam;Z)V
|
|
.locals 0
|
|
|
|
iget p2, p0, Lcom/google/android/gms/common/images/zag;->zab:I
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 1
|
|
invoke-virtual {p1}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;
|
|
|
|
move-result-object p1
|
|
|
|
.line 2
|
|
invoke-virtual {p1, p2}, Landroid/content/res/Resources;->getDrawable(I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
const/4 p2, 0x0
|
|
|
|
.line 3
|
|
invoke-virtual {p0, p1, p3, p2, p2}, Lcom/google/android/gms/common/images/zag;->zaa(Landroid/graphics/drawable/Drawable;ZZZ)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final zac(Landroid/content/Context;Landroid/graphics/Bitmap;Z)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-static {p2}, Lcom/google/android/gms/common/internal/Asserts;->checkNotNull(Ljava/lang/Object;)V
|
|
|
|
new-instance p3, Landroid/graphics/drawable/BitmapDrawable;
|
|
|
|
.line 2
|
|
invoke-virtual {p1}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {p3, p1, p2}, Landroid/graphics/drawable/BitmapDrawable;-><init>(Landroid/content/res/Resources;Landroid/graphics/Bitmap;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
const/4 p2, 0x1
|
|
|
|
.line 3
|
|
invoke-virtual {p0, p3, p1, p1, p2}, Lcom/google/android/gms/common/images/zag;->zaa(Landroid/graphics/drawable/Drawable;ZZZ)V
|
|
|
|
return-void
|
|
.end method
|