- 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
55 lines
1.2 KiB
Java
55 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcgr {
|
|
public final int zza;
|
|
public final int zzb;
|
|
private final int zzc;
|
|
|
|
private zzcgr(int i, int i2, int i3) {
|
|
this.zzc = i;
|
|
this.zzb = i2;
|
|
this.zza = i3;
|
|
}
|
|
|
|
public static zzcgr zza() {
|
|
return new zzcgr(0, 0, 0);
|
|
}
|
|
|
|
public static zzcgr zzb(int i, int i2) {
|
|
return new zzcgr(1, i, i2);
|
|
}
|
|
|
|
public static zzcgr zzc(com.google.android.gms.ads.internal.client.zzs zzsVar) {
|
|
return zzsVar.zzd ? new zzcgr(3, 0, 0) : zzsVar.zzi ? new zzcgr(2, 0, 0) : zzsVar.zzh ? new zzcgr(0, 0, 0) : new zzcgr(1, zzsVar.zzf, zzsVar.zzc);
|
|
}
|
|
|
|
public static zzcgr zzd() {
|
|
return new zzcgr(5, 0, 0);
|
|
}
|
|
|
|
public static zzcgr zze() {
|
|
return new zzcgr(4, 0, 0);
|
|
}
|
|
|
|
public final boolean zzf() {
|
|
return this.zzc == 0;
|
|
}
|
|
|
|
public final boolean zzg() {
|
|
return this.zzc == 2;
|
|
}
|
|
|
|
public final boolean zzh() {
|
|
return this.zzc == 5;
|
|
}
|
|
|
|
public final boolean zzi() {
|
|
return this.zzc == 3;
|
|
}
|
|
|
|
public final boolean zzj() {
|
|
return this.zzc == 4;
|
|
}
|
|
}
|