- 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
101 lines
3.3 KiB
Smali
101 lines
3.3 KiB
Smali
.class public final Landroidx/datastore/preferences/protobuf/FloatValue$Builder;
|
|
.super Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroidx/datastore/preferences/protobuf/FloatValueOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/datastore/preferences/protobuf/FloatValue;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Builder"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder<",
|
|
"Landroidx/datastore/preferences/protobuf/FloatValue;",
|
|
"Landroidx/datastore/preferences/protobuf/FloatValue$Builder;",
|
|
">;",
|
|
"Landroidx/datastore/preferences/protobuf/FloatValueOrBuilder;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 155
|
|
invoke-static {}, Landroidx/datastore/preferences/protobuf/FloatValue;->access$000()Landroidx/datastore/preferences/protobuf/FloatValue;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-direct {p0, v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;-><init>(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Landroidx/datastore/preferences/protobuf/FloatValue$1;)V
|
|
.locals 0
|
|
|
|
.line 148
|
|
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/FloatValue$Builder;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public clearValue()Landroidx/datastore/preferences/protobuf/FloatValue$Builder;
|
|
.locals 1
|
|
|
|
.line 194
|
|
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->copyOnWrite()V
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->instance:Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
|
|
|
|
.line 195
|
|
check-cast v0, Landroidx/datastore/preferences/protobuf/FloatValue;
|
|
|
|
invoke-static {v0}, Landroidx/datastore/preferences/protobuf/FloatValue;->access$200(Landroidx/datastore/preferences/protobuf/FloatValue;)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getValue()F
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->instance:Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
|
|
|
|
.line 169
|
|
check-cast v0, Landroidx/datastore/preferences/protobuf/FloatValue;
|
|
|
|
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/FloatValue;->getValue()F
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public setValue(F)Landroidx/datastore/preferences/protobuf/FloatValue$Builder;
|
|
.locals 1
|
|
|
|
.line 181
|
|
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->copyOnWrite()V
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->instance:Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
|
|
|
|
.line 182
|
|
check-cast v0, Landroidx/datastore/preferences/protobuf/FloatValue;
|
|
|
|
invoke-static {v0, p1}, Landroidx/datastore/preferences/protobuf/FloatValue;->access$100(Landroidx/datastore/preferences/protobuf/FloatValue;F)V
|
|
|
|
return-object p0
|
|
.end method
|