Files
rr3-apk/smali_classes2/com/facebook/share/model/ShareVideoContent$Builder.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

289 lines
8.9 KiB
Smali

.class public final Lcom/facebook/share/model/ShareVideoContent$Builder;
.super Lcom/facebook/share/model/ShareContent$Builder;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/share/model/ShareVideoContent;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Builder"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/facebook/share/model/ShareContent$Builder<",
"Lcom/facebook/share/model/ShareVideoContent;",
"Lcom/facebook/share/model/ShareVideoContent$Builder;",
">;"
}
.end annotation
# instance fields
.field private contentDescription:Ljava/lang/String;
.field private contentTitle:Ljava/lang/String;
.field private previewPhoto:Lcom/facebook/share/model/SharePhoto;
.field private video:Lcom/facebook/share/model/ShareVideo;
# direct methods
.method public constructor <init>()V
.locals 0
.line 63
invoke-direct {p0}, Lcom/facebook/share/model/ShareContent$Builder;-><init>()V
return-void
.end method
# virtual methods
.method public build()Lcom/facebook/share/model/ShareVideoContent;
.locals 2
.line 117
new-instance v0, Lcom/facebook/share/model/ShareVideoContent;
const/4 v1, 0x0
invoke-direct {v0, p0, v1}, Lcom/facebook/share/model/ShareVideoContent;-><init>(Lcom/facebook/share/model/ShareVideoContent$Builder;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
return-object v0
.end method
.method public bridge synthetic build()Ljava/lang/Object;
.locals 1
.line 63
invoke-virtual {p0}, Lcom/facebook/share/model/ShareVideoContent$Builder;->build()Lcom/facebook/share/model/ShareVideoContent;
move-result-object v0
return-object v0
.end method
.method public final getContentDescription$facebook_common_release()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentDescription:Ljava/lang/String;
return-object v0
.end method
.method public final getContentTitle$facebook_common_release()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentTitle:Ljava/lang/String;
return-object v0
.end method
.method public final getPreviewPhoto$facebook_common_release()Lcom/facebook/share/model/SharePhoto;
.locals 1
iget-object v0, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->previewPhoto:Lcom/facebook/share/model/SharePhoto;
return-object v0
.end method
.method public final getVideo$facebook_common_release()Lcom/facebook/share/model/ShareVideo;
.locals 1
iget-object v0, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->video:Lcom/facebook/share/model/ShareVideo;
return-object v0
.end method
.method public bridge synthetic readFrom(Lcom/facebook/share/model/ShareContent;)Lcom/facebook/share/model/ShareContent$Builder;
.locals 0
.line 63
check-cast p1, Lcom/facebook/share/model/ShareVideoContent;
invoke-virtual {p0, p1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->readFrom(Lcom/facebook/share/model/ShareVideoContent;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic readFrom(Lcom/facebook/share/model/ShareModel;)Lcom/facebook/share/model/ShareModelBuilder;
.locals 0
.line 63
check-cast p1, Lcom/facebook/share/model/ShareVideoContent;
invoke-virtual {p0, p1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->readFrom(Lcom/facebook/share/model/ShareVideoContent;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object p1
return-object p1
.end method
.method public readFrom(Lcom/facebook/share/model/ShareVideoContent;)Lcom/facebook/share/model/ShareVideoContent$Builder;
.locals 2
if-nez p1, :cond_0
move-object p1, p0
goto :goto_0
.line 124
:cond_0
invoke-super {p0, p1}, Lcom/facebook/share/model/ShareContent$Builder;->readFrom(Lcom/facebook/share/model/ShareContent;)Lcom/facebook/share/model/ShareContent$Builder;
move-result-object v0
check-cast v0, Lcom/facebook/share/model/ShareVideoContent$Builder;
.line 125
invoke-virtual {p1}, Lcom/facebook/share/model/ShareVideoContent;->getContentDescription()Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->setContentDescription(Ljava/lang/String;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object v0
.line 126
invoke-virtual {p1}, Lcom/facebook/share/model/ShareVideoContent;->getContentTitle()Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->setContentTitle(Ljava/lang/String;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object v0
.line 127
invoke-virtual {p1}, Lcom/facebook/share/model/ShareVideoContent;->getPreviewPhoto()Lcom/facebook/share/model/SharePhoto;
move-result-object v1
invoke-virtual {v0, v1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->setPreviewPhoto(Lcom/facebook/share/model/SharePhoto;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object v0
.line 128
invoke-virtual {p1}, Lcom/facebook/share/model/ShareVideoContent;->getVideo()Lcom/facebook/share/model/ShareVideo;
move-result-object p1
invoke-virtual {v0, p1}, Lcom/facebook/share/model/ShareVideoContent$Builder;->setVideo(Lcom/facebook/share/model/ShareVideo;)Lcom/facebook/share/model/ShareVideoContent$Builder;
move-result-object p1
:goto_0
return-object p1
.end method
.method public final setContentDescription(Ljava/lang/String;)Lcom/facebook/share/model/ShareVideoContent$Builder;
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentDescription:Ljava/lang/String;
return-object p0
.end method
.method public final setContentDescription$facebook_common_release(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentDescription:Ljava/lang/String;
return-void
.end method
.method public final setContentTitle(Ljava/lang/String;)Lcom/facebook/share/model/ShareVideoContent$Builder;
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentTitle:Ljava/lang/String;
return-object p0
.end method
.method public final setContentTitle$facebook_common_release(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->contentTitle:Ljava/lang/String;
return-void
.end method
.method public final setPreviewPhoto(Lcom/facebook/share/model/SharePhoto;)Lcom/facebook/share/model/ShareVideoContent$Builder;
.locals 1
if-nez p1, :cond_0
const/4 p1, 0x0
goto :goto_0
.line 98
:cond_0
new-instance v0, Lcom/facebook/share/model/SharePhoto$Builder;
invoke-direct {v0}, Lcom/facebook/share/model/SharePhoto$Builder;-><init>()V
invoke-virtual {v0, p1}, Lcom/facebook/share/model/SharePhoto$Builder;->readFrom(Lcom/facebook/share/model/SharePhoto;)Lcom/facebook/share/model/SharePhoto$Builder;
move-result-object p1
invoke-virtual {p1}, Lcom/facebook/share/model/SharePhoto$Builder;->build()Lcom/facebook/share/model/SharePhoto;
move-result-object p1
:goto_0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->previewPhoto:Lcom/facebook/share/model/SharePhoto;
return-object p0
.end method
.method public final setPreviewPhoto$facebook_common_release(Lcom/facebook/share/model/SharePhoto;)V
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->previewPhoto:Lcom/facebook/share/model/SharePhoto;
return-void
.end method
.method public final setVideo(Lcom/facebook/share/model/ShareVideo;)Lcom/facebook/share/model/ShareVideoContent$Builder;
.locals 1
if-nez p1, :cond_0
return-object p0
.line 112
:cond_0
new-instance v0, Lcom/facebook/share/model/ShareVideo$Builder;
invoke-direct {v0}, Lcom/facebook/share/model/ShareVideo$Builder;-><init>()V
invoke-virtual {v0, p1}, Lcom/facebook/share/model/ShareVideo$Builder;->readFrom(Lcom/facebook/share/model/ShareVideo;)Lcom/facebook/share/model/ShareVideo$Builder;
move-result-object p1
invoke-virtual {p1}, Lcom/facebook/share/model/ShareVideo$Builder;->build()Lcom/facebook/share/model/ShareVideo;
move-result-object p1
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->video:Lcom/facebook/share/model/ShareVideo;
return-object p0
.end method
.method public final setVideo$facebook_common_release(Lcom/facebook/share/model/ShareVideo;)V
.locals 0
iput-object p1, p0, Lcom/facebook/share/model/ShareVideoContent$Builder;->video:Lcom/facebook/share/model/ShareVideo;
return-void
.end method