Files
rr3-apk/smali/androidx/core/view/ContentInfoCompat$BuilderCompat31Impl.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

169 lines
5.8 KiB
Smali

.class final Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/core/view/ContentInfoCompat$BuilderCompat;
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1f
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/ContentInfoCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "BuilderCompat31Impl"
.end annotation
# instance fields
.field private final mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method public constructor <init>(Landroid/content/ClipData;I)V
.locals 0
.param p1 # Landroid/content/ClipData;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 663
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 664
invoke-static {p1, p2}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline6;->m(Landroid/content/ClipData;I)Landroid/view/ContentInfo$Builder;
move-result-object p1
iput-object p1, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
return-void
.end method
.method public constructor <init>(Landroidx/core/view/ContentInfoCompat;)V
.locals 0
.param p1 # Landroidx/core/view/ContentInfoCompat;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 667
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 668
invoke-static {}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline8;->m()V
invoke-virtual {p1}, Landroidx/core/view/ContentInfoCompat;->toContentInfo()Landroid/view/ContentInfo;
move-result-object p1
invoke-static {p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline7;->m(Landroid/view/ContentInfo;)Landroid/view/ContentInfo$Builder;
move-result-object p1
iput-object p1, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
return-void
.end method
# virtual methods
.method public build()Landroidx/core/view/ContentInfoCompat;
.locals 3
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 699
new-instance v0, Landroidx/core/view/ContentInfoCompat;
new-instance v1, Landroidx/core/view/ContentInfoCompat$Compat31Impl;
iget-object v2, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
invoke-static {v2}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline5;->m(Landroid/view/ContentInfo$Builder;)Landroid/view/ContentInfo;
move-result-object v2
invoke-direct {v1, v2}, Landroidx/core/view/ContentInfoCompat$Compat31Impl;-><init>(Landroid/view/ContentInfo;)V
invoke-direct {v0, v1}, Landroidx/core/view/ContentInfoCompat;-><init>(Landroidx/core/view/ContentInfoCompat$Compat;)V
return-object v0
.end method
.method public setClip(Landroid/content/ClipData;)V
.locals 1
.param p1 # Landroid/content/ClipData;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.line 673
invoke-static {v0, p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline4;->m(Landroid/view/ContentInfo$Builder;Landroid/content/ClipData;)Landroid/view/ContentInfo$Builder;
return-void
.end method
.method public setExtras(Landroid/os/Bundle;)V
.locals 1
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.line 693
invoke-static {v0, p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/ContentInfo$Builder;Landroid/os/Bundle;)Landroid/view/ContentInfo$Builder;
return-void
.end method
.method public setFlags(I)V
.locals 1
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.line 683
invoke-static {v0, p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline2;->m(Landroid/view/ContentInfo$Builder;I)Landroid/view/ContentInfo$Builder;
return-void
.end method
.method public setLinkUri(Landroid/net/Uri;)V
.locals 1
.param p1 # Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.line 688
invoke-static {v0, p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline3;->m(Landroid/view/ContentInfo$Builder;Landroid/net/Uri;)Landroid/view/ContentInfo$Builder;
return-void
.end method
.method public setSource(I)V
.locals 1
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl;->mPlatformBuilder:Landroid/view/ContentInfo$Builder;
.line 678
invoke-static {v0, p1}, Landroidx/core/view/ContentInfoCompat$BuilderCompat31Impl$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/ContentInfo$Builder;I)Landroid/view/ContentInfo$Builder;
return-void
.end method