- 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.2 KiB
Smali
91 lines
2.2 KiB
Smali
.class final Lcom/google/android/gms/internal/base/zai;
|
|
.super Landroid/graphics/drawable/Drawable;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final zaa:Lcom/google/android/gms/internal/base/zai;
|
|
|
|
.field private static final zab:Lcom/google/android/gms/internal/base/zah;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/internal/base/zai;
|
|
|
|
invoke-direct {v0}, Lcom/google/android/gms/internal/base/zai;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/base/zai;->zaa:Lcom/google/android/gms/internal/base/zai;
|
|
|
|
new-instance v0, Lcom/google/android/gms/internal/base/zah;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 2
|
|
invoke-direct {v0, v1}, Lcom/google/android/gms/internal/base/zah;-><init>(Lcom/google/android/gms/internal/base/zag;)V
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/base/zai;->zab:Lcom/google/android/gms/internal/base/zah;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Landroid/graphics/drawable/Drawable;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static bridge synthetic zaa()Lcom/google/android/gms/internal/base/zai;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/android/gms/internal/base/zai;->zaa:Lcom/google/android/gms/internal/base/zai;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final draw(Landroid/graphics/Canvas;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final getConstantState()Landroid/graphics/drawable/Drawable$ConstantState;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/android/gms/internal/base/zai;->zab:Lcom/google/android/gms/internal/base/zah;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getOpacity()I
|
|
.locals 1
|
|
|
|
const/4 v0, -0x2
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final setAlpha(I)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setColorFilter(Landroid/graphics/ColorFilter;)V
|
|
.locals 0
|
|
.param p1 # Landroid/graphics/ColorFilter;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
return-void
|
|
.end method
|