- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
46 lines
1010 B
Java
46 lines
1010 B
Java
package com.google.android.gms.ads;
|
|
|
|
import androidx.annotation.VisibleForTesting;
|
|
|
|
@VisibleForTesting
|
|
/* loaded from: classes2.dex */
|
|
public final class zzc {
|
|
public static int zza(AdSize adSize) {
|
|
return adSize.zzb();
|
|
}
|
|
|
|
public static int zzb(AdSize adSize) {
|
|
return adSize.zza();
|
|
}
|
|
|
|
public static AdSize zzc(int i, int i2, String str) {
|
|
return new AdSize(i, i2, str);
|
|
}
|
|
|
|
public static AdSize zzd(int i, int i2) {
|
|
AdSize adSize = new AdSize(i, i2);
|
|
adSize.zze(true);
|
|
adSize.zzc(i2);
|
|
return adSize;
|
|
}
|
|
|
|
public static AdSize zze(int i, int i2) {
|
|
AdSize adSize = new AdSize(i, i2);
|
|
adSize.zzf(true);
|
|
adSize.zzd(i2);
|
|
return adSize;
|
|
}
|
|
|
|
public static boolean zzf(AdSize adSize) {
|
|
return adSize.zzg();
|
|
}
|
|
|
|
public static boolean zzg(AdSize adSize) {
|
|
return adSize.zzh();
|
|
}
|
|
|
|
public static boolean zzh(AdSize adSize) {
|
|
return adSize.zzi();
|
|
}
|
|
}
|