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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,72 @@
.class public Lcom/google/android/gms/ads/nativead/AdChoicesView;
.super Landroid/widget/RelativeLayout;
.source "SourceFile"
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0, p1}, Landroid/widget/RelativeLayout;-><init>(Landroid/content/Context;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 2
invoke-direct {p0, p1, p2}, Landroid/widget/RelativeLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 3
invoke-direct {p0, p1, p2, p3}, Landroid/widget/RelativeLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroid/annotation/TargetApi;
value = 0x15
.end annotation
.line 4
invoke-direct {p0, p1, p2, p3, p4}, Landroid/widget/RelativeLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
return-void
.end method

View File

@@ -0,0 +1,309 @@
.class public Lcom/google/android/gms/ads/nativead/MediaView;
.super Landroid/widget/FrameLayout;
.source "SourceFile"
# instance fields
.field private zza:Lcom/google/android/gms/ads/MediaContent;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field private zzb:Z
.field private zzc:Landroid/widget/ImageView$ScaleType;
.field private zzd:Z
.field private zze:Lcom/google/android/gms/ads/nativead/zzb;
.field private zzf:Lcom/google/android/gms/ads/nativead/zzc;
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0, p1}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 2
invoke-direct {p0, p1, p2}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 3
invoke-direct {p0, p1, p2, p3}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
return-void
.end method
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
.locals 0
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/util/AttributeSet;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroid/annotation/TargetApi;
value = 0x15
.end annotation
.line 4
invoke-direct {p0, p1, p2, p3, p4}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
return-void
.end method
# virtual methods
.method public getMediaContent()Lcom/google/android/gms/ads/MediaContent;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zza:Lcom/google/android/gms/ads/MediaContent;
return-object v0
.end method
.method public setImageScaleType(Landroid/widget/ImageView$ScaleType;)V
.locals 1
.param p1 # Landroid/widget/ImageView$ScaleType;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzd:Z
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzc:Landroid/widget/ImageView$ScaleType;
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzf:Lcom/google/android/gms/ads/nativead/zzc;
if-eqz v0, :cond_0
.line 1
iget-object v0, v0, Lcom/google/android/gms/ads/nativead/zzc;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
invoke-virtual {v0, p1}, Lcom/google/android/gms/ads/nativead/NativeAdView;->zzc(Landroid/widget/ImageView$ScaleType;)V
:cond_0
return-void
.end method
.method public setMediaContent(Lcom/google/android/gms/ads/MediaContent;)V
.locals 2
.param p1 # Lcom/google/android/gms/ads/MediaContent;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzb:Z
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zza:Lcom/google/android/gms/ads/MediaContent;
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zze:Lcom/google/android/gms/ads/nativead/zzb;
if-eqz v0, :cond_0
.line 1
iget-object v0, v0, Lcom/google/android/gms/ads/nativead/zzb;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
invoke-virtual {v0, p1}, Lcom/google/android/gms/ads/nativead/NativeAdView;->zzb(Lcom/google/android/gms/ads/MediaContent;)V
:cond_0
if-nez p1, :cond_1
goto :goto_1
:cond_1
:try_start_0
invoke-interface {p1}, Lcom/google/android/gms/ads/MediaContent;->zza()Lcom/google/android/gms/internal/ads/zzbgq;
move-result-object v0
if-eqz v0, :cond_4
.line 2
invoke-interface {p1}, Lcom/google/android/gms/ads/MediaContent;->hasVideoContent()Z
move-result v1
if-eqz v1, :cond_2
.line 3
invoke-static {p0}, Lcom/google/android/gms/dynamic/ObjectWrapper;->wrap(Ljava/lang/Object;)Lcom/google/android/gms/dynamic/IObjectWrapper;
move-result-object p1
invoke-interface {v0, p1}, Lcom/google/android/gms/internal/ads/zzbgq;->zzs(Lcom/google/android/gms/dynamic/IObjectWrapper;)Z
move-result p1
goto :goto_0
:catch_0
move-exception p1
goto :goto_2
.line 4
:cond_2
invoke-interface {p1}, Lcom/google/android/gms/ads/MediaContent;->zzb()Z
move-result p1
if-eqz p1, :cond_3
.line 5
invoke-static {p0}, Lcom/google/android/gms/dynamic/ObjectWrapper;->wrap(Ljava/lang/Object;)Lcom/google/android/gms/dynamic/IObjectWrapper;
move-result-object p1
invoke-interface {v0, p1}, Lcom/google/android/gms/internal/ads/zzbgq;->zzr(Lcom/google/android/gms/dynamic/IObjectWrapper;)Z
move-result p1
:goto_0
if-nez p1, :cond_4
.line 6
:cond_3
invoke-virtual {p0}, Landroid/view/ViewGroup;->removeAllViews()V
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
:cond_4
:goto_1
return-void
.line 7
:goto_2
invoke-virtual {p0}, Landroid/view/ViewGroup;->removeAllViews()V
const-string v0, ""
.line 8
invoke-static {v0, p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
.method public final declared-synchronized zza(Lcom/google/android/gms/ads/nativead/zzb;)V
.locals 1
monitor-enter p0
:try_start_0
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zze:Lcom/google/android/gms/ads/nativead/zzb;
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzb:Z
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zza:Lcom/google/android/gms/ads/MediaContent;
.line 1
iget-object p1, p1, Lcom/google/android/gms/ads/nativead/zzb;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
invoke-virtual {p1, v0}, Lcom/google/android/gms/ads/nativead/NativeAdView;->zzb(Lcom/google/android/gms/ads/MediaContent;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_0
:cond_0
monitor-exit p0
return-void
:goto_0
monitor-exit p0
throw p1
.end method
.method public final declared-synchronized zzb(Lcom/google/android/gms/ads/nativead/zzc;)V
.locals 1
monitor-enter p0
:try_start_0
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzf:Lcom/google/android/gms/ads/nativead/zzc;
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzd:Z
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/MediaView;->zzc:Landroid/widget/ImageView$ScaleType;
.line 1
iget-object p1, p1, Lcom/google/android/gms/ads/nativead/zzc;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
invoke-virtual {p1, v0}, Lcom/google/android/gms/ads/nativead/NativeAdView;->zzc(Landroid/widget/ImageView$ScaleType;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-void
:catchall_0
move-exception p1
goto :goto_0
:cond_0
monitor-exit p0
return-void
:goto_0
monitor-exit p0
throw p1
.end method

View File

@@ -0,0 +1,45 @@
.class public abstract Lcom/google/android/gms/ads/nativead/NativeAd$AdChoicesInfo;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "AdChoicesInfo"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract getImages()Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/nativead/NativeAd$Image;",
">;"
}
.end annotation
.end method
.method public abstract getText()Ljava/lang/CharSequence;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method

View File

@@ -0,0 +1,55 @@
.class public abstract Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "Image"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract getDrawable()Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getScale()D
.end method
.method public abstract getUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public zza()I
.locals 1
const/4 v0, -0x1
return v0
.end method
.method public zzb()I
.locals 1
const/4 v0, -0x1
return v0
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeAd$OnNativeAdLoadedListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnNativeAdLoadedListener"
.end annotation
# virtual methods
.method public abstract onNativeAdLoaded(Lcom/google/android/gms/ads/nativead/NativeAd;)V
.param p1 # Lcom/google/android/gms/ads/nativead/NativeAd;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,26 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeAd$UnconfirmedClickListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "UnconfirmedClickListener"
.end annotation
# virtual methods
.method public abstract onUnconfirmedClickCancelled()V
.end method
.method public abstract onUnconfirmedClickReceived(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,201 @@
.class public abstract Lcom/google/android/gms/ads/nativead/NativeAd;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/ads/nativead/NativeAd$AdChoicesInfo;,
Lcom/google/android/gms/ads/nativead/NativeAd$Image;,
Lcom/google/android/gms/ads/nativead/NativeAd$UnconfirmedClickListener;,
Lcom/google/android/gms/ads/nativead/NativeAd$OnNativeAdLoadedListener;
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract cancelUnconfirmedClick()V
.end method
.method public abstract destroy()V
.end method
.method public abstract enableCustomClickGesture()V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getAdChoicesInfo()Lcom/google/android/gms/ads/nativead/NativeAd$AdChoicesInfo;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getAdvertiser()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getBody()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getCallToAction()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getExtras()Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getHeadline()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getIcon()Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getImages()Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/nativead/NativeAd$Image;",
">;"
}
.end annotation
.end method
.method public abstract getMediaContent()Lcom/google/android/gms/ads/MediaContent;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getMuteThisAdReasons()Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lcom/google/android/gms/ads/MuteThisAdReason;",
">;"
}
.end annotation
.end method
.method public abstract getPrice()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getResponseInfo()Lcom/google/android/gms/ads/ResponseInfo;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getStarRating()Ljava/lang/Double;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getStore()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract isCustomClickGestureEnabled()Z
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract isCustomMuteThisAdEnabled()Z
.end method
.method public abstract muteThisAd(Lcom/google/android/gms/ads/MuteThisAdReason;)V
.param p1 # Lcom/google/android/gms/ads/MuteThisAdReason;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract performClick(Landroid/os/Bundle;)V
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract recordCustomClickGesture()V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract recordEvent(Landroid/os/Bundle;)V
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end method
.method public abstract recordImpression(Landroid/os/Bundle;)Z
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract reportTouchEvent(Landroid/os/Bundle;)V
.param p1 # Landroid/os/Bundle;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract setMuteThisAdListener(Lcom/google/android/gms/ads/MuteThisAdListener;)V
.param p1 # Lcom/google/android/gms/ads/MuteThisAdListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract setOnPaidEventListener(Lcom/google/android/gms/ads/OnPaidEventListener;)V
.param p1 # Lcom/google/android/gms/ads/OnPaidEventListener;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.end method
.method public abstract setUnconfirmedClickListener(Lcom/google/android/gms/ads/nativead/NativeAd$UnconfirmedClickListener;)V
.param p1 # Lcom/google/android/gms/ads/nativead/NativeAd$UnconfirmedClickListener;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract zza()Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method

View File

@@ -0,0 +1,70 @@
.class public Lcom/google/android/gms/ads/nativead/NativeAdAssetNames;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final ASSET_ADCHOICES_CONTAINER_VIEW:Ljava/lang/String; = "3011"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_ADVERTISER:Ljava/lang/String; = "3005"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_BODY:Ljava/lang/String; = "3004"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_CALL_TO_ACTION:Ljava/lang/String; = "3002"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_HEADLINE:Ljava/lang/String; = "3001"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_ICON:Ljava/lang/String; = "3003"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_IMAGE:Ljava/lang/String; = "3008"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_MEDIA_VIDEO:Ljava/lang/String; = "3010"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_PRICE:Ljava/lang/String; = "3007"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_STAR_RATING:Ljava/lang/String; = "3009"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final ASSET_STORE:Ljava/lang/String; = "3006"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method

View File

@@ -0,0 +1,17 @@
.class public interface abstract annotation Lcom/google/android/gms/ads/nativead/NativeAdOptions$AdChoicesPlacement;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "AdChoicesPlacement"
.end annotation

View File

@@ -0,0 +1,250 @@
.class public final Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Builder"
.end annotation
# instance fields
.field private zza:Z
.field private zzb:I
.field private zzc:Z
.field private zzd:Lcom/google/android/gms/ads/VideoOptions;
.field private zze:I
.field private zzf:Z
.field private zzg:Z
.field private zzh:I
.field private zzi:I
# direct methods
.method public constructor <init>()V
.locals 2
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zza:Z
iput v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzb:I
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzc:Z
const/4 v1, 0x1
iput v1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zze:I
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzf:Z
iput-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzg:Z
iput v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzh:I
iput v1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzi:I
return-void
.end method
.method public static bridge synthetic zza(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
.locals 0
iget p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zze:I
return p0
.end method
.method public static bridge synthetic zzb(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
.locals 0
iget p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzh:I
return p0
.end method
.method public static bridge synthetic zzc(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
.locals 0
iget p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzb:I
return p0
.end method
.method public static bridge synthetic zzd(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Lcom/google/android/gms/ads/VideoOptions;
.locals 0
iget-object p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzd:Lcom/google/android/gms/ads/VideoOptions;
return-object p0
.end method
.method public static bridge synthetic zze(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
.locals 0
iget-boolean p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzg:Z
return p0
.end method
.method public static bridge synthetic zzf(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
.locals 0
iget-boolean p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzc:Z
return p0
.end method
.method public static bridge synthetic zzg(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
.locals 0
iget-boolean p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zza:Z
return p0
.end method
.method public static bridge synthetic zzh(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
.locals 0
iget-boolean p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzf:Z
return p0
.end method
.method public static bridge synthetic zzj(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
.locals 0
iget p0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzi:I
return p0
.end method
# virtual methods
.method public build()Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
new-instance v0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;
const/4 v1, 0x0
invoke-direct {v0, p0, v1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions;-><init>(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;Lcom/google/android/gms/ads/nativead/zza;)V
return-object v0
.end method
.method public enableCustomClickGestureDirection(IZ)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.param p1 # I
.annotation build Lcom/google/android/gms/ads/nativead/NativeAdOptions$SwipeGestureDirection;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzg:Z
iput p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzh:I
return-object p0
.end method
.method public setAdChoicesPlacement(I)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.param p1 # I
.annotation build Lcom/google/android/gms/ads/nativead/NativeAdOptions$AdChoicesPlacement;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zze:I
return-object p0
.end method
.method public setMediaAspectRatio(I)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.param p1 # I
.annotation build Lcom/google/android/gms/ads/nativead/NativeAdOptions$NativeMediaAspectRatio;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzb:I
return-object p0
.end method
.method public setRequestCustomMuteThisAd(Z)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzf:Z
return-object p0
.end method
.method public setRequestMultipleImages(Z)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzc:Z
return-object p0
.end method
.method public setReturnUrlsForImageAssets(Z)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zza:Z
return-object p0
.end method
.method public setVideoOptions(Lcom/google/android/gms/ads/VideoOptions;)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.param p1 # Lcom/google/android/gms/ads/VideoOptions;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzd:Lcom/google/android/gms/ads/VideoOptions;
return-object p0
.end method
.method public final zzi(I)Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzi:I
return-object p0
.end method

View File

@@ -0,0 +1,17 @@
.class public interface abstract annotation Lcom/google/android/gms/ads/nativead/NativeAdOptions$NativeMediaAspectRatio;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "NativeMediaAspectRatio"
.end annotation

View File

@@ -0,0 +1,17 @@
.class public interface abstract annotation Lcom/google/android/gms/ads/nativead/NativeAdOptions$SwipeGestureDirection;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "SwipeGestureDirection"
.end annotation

View File

@@ -0,0 +1,202 @@
.class public final Lcom/google/android/gms/ads/nativead/NativeAdOptions;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;,
Lcom/google/android/gms/ads/nativead/NativeAdOptions$SwipeGestureDirection;,
Lcom/google/android/gms/ads/nativead/NativeAdOptions$AdChoicesPlacement;,
Lcom/google/android/gms/ads/nativead/NativeAdOptions$NativeMediaAspectRatio;
}
.end annotation
# static fields
.field public static final ADCHOICES_BOTTOM_LEFT:I = 0x3
.field public static final ADCHOICES_BOTTOM_RIGHT:I = 0x2
.field public static final ADCHOICES_TOP_LEFT:I = 0x0
.field public static final ADCHOICES_TOP_RIGHT:I = 0x1
.field public static final NATIVE_MEDIA_ASPECT_RATIO_ANY:I = 0x1
.field public static final NATIVE_MEDIA_ASPECT_RATIO_LANDSCAPE:I = 0x2
.field public static final NATIVE_MEDIA_ASPECT_RATIO_PORTRAIT:I = 0x3
.field public static final NATIVE_MEDIA_ASPECT_RATIO_SQUARE:I = 0x4
.field public static final NATIVE_MEDIA_ASPECT_RATIO_UNKNOWN:I = 0x0
.field public static final SWIPE_GESTURE_DIRECTION_DOWN:I = 0x8
.field public static final SWIPE_GESTURE_DIRECTION_LEFT:I = 0x2
.field public static final SWIPE_GESTURE_DIRECTION_RIGHT:I = 0x1
.field public static final SWIPE_GESTURE_DIRECTION_UP:I = 0x4
# instance fields
.field private final zza:Z
.field private final zzb:I
.field private final zzc:Z
.field private final zzd:I
.field private final zze:Lcom/google/android/gms/ads/VideoOptions;
.field private final zzf:Z
.field private final zzg:Z
.field private final zzh:I
.field private final zzi:I
# direct methods
.method public synthetic constructor <init>(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;Lcom/google/android/gms/ads/nativead/zza;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzg(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
move-result p2
iput-boolean p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zza:Z
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzc(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
move-result p2
iput p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzb:I
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzf(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
move-result p2
iput-boolean p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzc:Z
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zza(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
move-result p2
iput p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzd:I
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzd(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Lcom/google/android/gms/ads/VideoOptions;
move-result-object p2
iput-object p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zze:Lcom/google/android/gms/ads/VideoOptions;
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzh(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
move-result p2
iput-boolean p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzf:Z
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zze(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)Z
move-result p2
iput-boolean p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzg:Z
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzb(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
move-result p2
iput p2, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzh:I
invoke-static {p1}, Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;->zzj(Lcom/google/android/gms/ads/nativead/NativeAdOptions$Builder;)I
move-result p1
iput p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzi:I
return-void
.end method
# virtual methods
.method public getAdChoicesPlacement()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzd:I
return v0
.end method
.method public getMediaAspectRatio()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzb:I
return v0
.end method
.method public getVideoOptions()Lcom/google/android/gms/ads/VideoOptions;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zze:Lcom/google/android/gms/ads/VideoOptions;
return-object v0
.end method
.method public shouldRequestMultipleImages()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzc:Z
return v0
.end method
.method public shouldReturnUrlsForImageAssets()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zza:Z
return v0
.end method
.method public final zza()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzh:I
return v0
.end method
.method public final zzb()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzg:Z
return v0
.end method
.method public final zzc()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzf:Z
return v0
.end method
.method public final zzd()I
.locals 1
iget v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdOptions;->zzi:I
return v0
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,317 @@
.class public final Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final zza:Ljava/util/WeakHashMap;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# instance fields
.field private zzb:Lcom/google/android/gms/internal/ads/zzbgg;
.field private zzc:Ljava/lang/ref/WeakReference;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Ljava/util/WeakHashMap;
invoke-direct {v0}, Ljava/util/WeakHashMap;-><init>()V
sput-object v0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza:Ljava/util/WeakHashMap;
return-void
.end method
.method public constructor <init>(Landroid/view/View;Ljava/util/Map;Ljava/util/Map;)V
.locals 2
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/view/View;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Landroid/view/View;",
">;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-string v0, "ContainerView must not be null"
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
instance-of v0, p1, Lcom/google/android/gms/ads/nativead/NativeAdView;
if-eqz v0, :cond_0
const-string p1, "The provided containerView is of type of NativeAdView, which cannot be usedwith NativeAdViewHolder."
.line 2
invoke-static {p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzg(Ljava/lang/String;)V
return-void
:cond_0
sget-object v0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza:Ljava/util/WeakHashMap;
.line 3
invoke-virtual {v0, p1}, Ljava/util/WeakHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
if-eqz v1, :cond_1
const-string p1, "The provided containerView is already in use with another NativeAdViewHolder."
.line 4
invoke-static {p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzg(Ljava/lang/String;)V
return-void
.line 5
:cond_1
invoke-virtual {v0, p1, p0}, Ljava/util/WeakHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
new-instance v0, Ljava/lang/ref/WeakReference;
.line 6
invoke-direct {v0, p1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
iput-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzc:Ljava/lang/ref/WeakReference;
.line 7
invoke-static {p2}, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza(Ljava/util/Map;)Ljava/util/HashMap;
move-result-object p2
.line 8
invoke-static {p3}, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza(Ljava/util/Map;)Ljava/util/HashMap;
move-result-object p3
.line 9
invoke-static {}, Lcom/google/android/gms/ads/internal/client/zzbc;->zza()Lcom/google/android/gms/ads/internal/client/zzba;
move-result-object v0
.line 10
invoke-virtual {v0, p1, p2, p3}, Lcom/google/android/gms/ads/internal/client/zzba;->zzk(Landroid/view/View;Ljava/util/HashMap;Ljava/util/HashMap;)Lcom/google/android/gms/internal/ads/zzbgg;
move-result-object p1
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzb:Lcom/google/android/gms/internal/ads/zzbgg;
return-void
.end method
.method private static final zza(Ljava/util/Map;)Ljava/util/HashMap;
.locals 1
if-nez p0, :cond_0
.line 1
new-instance p0, Ljava/util/HashMap;
invoke-direct {p0}, Ljava/util/HashMap;-><init>()V
return-object p0
:cond_0
new-instance v0, Ljava/util/HashMap;
.line 2
invoke-direct {v0, p0}, Ljava/util/HashMap;-><init>(Ljava/util/Map;)V
return-object v0
.end method
# virtual methods
.method public final setClickConfirmingView(Landroid/view/View;)V
.locals 1
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
:try_start_0
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzb:Lcom/google/android/gms/internal/ads/zzbgg;
.line 1
invoke-static {p1}, Lcom/google/android/gms/dynamic/ObjectWrapper;->wrap(Ljava/lang/Object;)Lcom/google/android/gms/dynamic/IObjectWrapper;
move-result-object p1
invoke-interface {v0, p1}, Lcom/google/android/gms/internal/ads/zzbgg;->zzb(Lcom/google/android/gms/dynamic/IObjectWrapper;)V
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
return-void
:catch_0
move-exception p1
const-string v0, "Unable to call setClickConfirmingView on delegate"
.line 2
invoke-static {v0, p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
.method public setNativeAd(Lcom/google/android/gms/ads/nativead/NativeAd;)V
.locals 3
.param p1 # Lcom/google/android/gms/ads/nativead/NativeAd;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-virtual {p1}, Lcom/google/android/gms/ads/nativead/NativeAd;->zza()Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/google/android/gms/dynamic/IObjectWrapper;
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzc:Ljava/lang/ref/WeakReference;
if-eqz v0, :cond_0
.line 2
invoke-virtual {v0}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroid/view/View;
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
if-nez v0, :cond_1
const-string p1, "NativeAdViewHolder.setNativeAd containerView doesn\'t exist, returning"
.line 3
invoke-static {p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzj(Ljava/lang/String;)V
return-void
:cond_1
sget-object v1, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza:Ljava/util/WeakHashMap;
.line 4
invoke-virtual {v1, v0}, Ljava/util/WeakHashMap;->containsKey(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_2
.line 5
invoke-virtual {v1, v0, p0}, Ljava/util/WeakHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
:cond_2
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzb:Lcom/google/android/gms/internal/ads/zzbgg;
if-eqz v0, :cond_3
.line 6
:try_start_0
invoke-interface {v0, p1}, Lcom/google/android/gms/internal/ads/zzbgg;->zzc(Lcom/google/android/gms/dynamic/IObjectWrapper;)V
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
return-void
:catch_0
move-exception p1
const-string v0, "Unable to call setNativeAd on delegate"
.line 7
invoke-static {v0, p1}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
:cond_3
return-void
.end method
.method public unregisterNativeAd()V
.locals 2
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzb:Lcom/google/android/gms/internal/ads/zzbgg;
if-eqz v0, :cond_0
.line 1
:try_start_0
invoke-interface {v0}, Lcom/google/android/gms/internal/ads/zzbgg;->zzd()V
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception v0
const-string v1, "Unable to call unregisterNativeAd on delegate"
.line 2
invoke-static {v1, v0}, Lcom/google/android/gms/ads/internal/util/client/zzo;->zzh(Ljava/lang/String;Ljava/lang/Throwable;)V
:cond_0
:goto_0
iget-object v0, p0, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zzc:Ljava/lang/ref/WeakReference;
if-eqz v0, :cond_1
.line 3
invoke-virtual {v0}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroid/view/View;
goto :goto_1
:cond_1
const/4 v0, 0x0
:goto_1
if-eqz v0, :cond_2
sget-object v1, Lcom/google/android/gms/ads/nativead/NativeAdViewHolder;->zza:Ljava/util/WeakHashMap;
.line 4
invoke-virtual {v1, v0}, Ljava/util/WeakHashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
:cond_2
return-void
.end method

View File

@@ -0,0 +1,26 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$DisplayOpenMeasurement;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "DisplayOpenMeasurement"
.end annotation
# virtual methods
.method public abstract setView(Landroid/view/View;)V
.param p1 # Landroid/view/View;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract start()Z
.end method

View File

@@ -0,0 +1,27 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$OnCustomClickListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnCustomClickListener"
.end annotation
# virtual methods
.method public abstract onCustomClick(Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;Ljava/lang/String;)V
.param p1 # Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,23 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$OnCustomFormatAdLoadedListener;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OnCustomFormatAdLoadedListener"
.end annotation
# virtual methods
.method public abstract onCustomFormatAdLoaded(Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;)V
.param p1 # Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method

View File

@@ -0,0 +1,82 @@
.class public interface abstract Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$DisplayOpenMeasurement;,
Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$OnCustomClickListener;,
Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$OnCustomFormatAdLoadedListener;
}
.end annotation
# static fields
.field public static final ASSET_NAME_VIDEO:Ljava/lang/String; = "_videoMediaView"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# virtual methods
.method public abstract destroy()V
.end method
.method public abstract getAvailableAssetNames()Ljava/util/List;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getCustomFormatId()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getDisplayOpenMeasurement()Lcom/google/android/gms/ads/nativead/NativeCustomFormatAd$DisplayOpenMeasurement;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getImage(Ljava/lang/String;)Lcom/google/android/gms/ads/nativead/NativeAd$Image;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getMediaContent()Lcom/google/android/gms/ads/MediaContent;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getText(Ljava/lang/String;)Ljava/lang/CharSequence;
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract performClick(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract recordImpression()V
.end method

View File

@@ -0,0 +1,3 @@
.class public final synthetic Lcom/google/android/gms/ads/nativead/zza;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,19 @@
.class public final synthetic Lcom/google/android/gms/ads/nativead/zzb;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final synthetic zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
# direct methods
.method public synthetic constructor <init>(Lcom/google/android/gms/ads/nativead/NativeAdView;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/zzb;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
return-void
.end method

View File

@@ -0,0 +1,19 @@
.class public final synthetic Lcom/google/android/gms/ads/nativead/zzc;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final synthetic zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
# direct methods
.method public synthetic constructor <init>(Lcom/google/android/gms/ads/nativead/NativeAdView;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/ads/nativead/zzc;->zza:Lcom/google/android/gms/ads/nativead/NativeAdView;
return-void
.end method