- 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
98 lines
2.7 KiB
Java
98 lines
2.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.IBinder;
|
|
import com.applovin.exoplayer2.common.base.Ascii;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzfrt extends zzfsx {
|
|
private IBinder zza;
|
|
private String zzb;
|
|
private int zzc;
|
|
private float zzd;
|
|
private int zze;
|
|
private String zzf;
|
|
private byte zzg;
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zza(String str) {
|
|
this.zzf = str;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzb(String str) {
|
|
this.zzb = str;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzc(int i) {
|
|
this.zzg = (byte) (this.zzg | 4);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzd(int i) {
|
|
this.zzc = i;
|
|
this.zzg = (byte) (this.zzg | 1);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zze(float f) {
|
|
this.zzd = f;
|
|
this.zzg = (byte) (this.zzg | 2);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzf(int i) {
|
|
this.zzg = (byte) (this.zzg | 8);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzg(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
throw new NullPointerException("Null windowToken");
|
|
}
|
|
this.zza = iBinder;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsx zzh(int i) {
|
|
this.zze = i;
|
|
this.zzg = (byte) (this.zzg | Ascii.DLE);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfsx
|
|
public final zzfsy zzi() {
|
|
IBinder iBinder;
|
|
if (this.zzg == 31 && (iBinder = this.zza) != null) {
|
|
return new zzfrv(iBinder, this.zzb, this.zzc, this.zzd, 0, 0, null, this.zze, null, this.zzf, null, null);
|
|
}
|
|
StringBuilder sb = new StringBuilder();
|
|
if (this.zza == null) {
|
|
sb.append(" windowToken");
|
|
}
|
|
if ((this.zzg & 1) == 0) {
|
|
sb.append(" layoutGravity");
|
|
}
|
|
if ((this.zzg & 2) == 0) {
|
|
sb.append(" layoutVerticalMargin");
|
|
}
|
|
if ((this.zzg & 4) == 0) {
|
|
sb.append(" displayMode");
|
|
}
|
|
if ((this.zzg & 8) == 0) {
|
|
sb.append(" triggerMode");
|
|
}
|
|
if ((this.zzg & Ascii.DLE) == 0) {
|
|
sb.append(" windowWidthPx");
|
|
}
|
|
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
|
|
}
|
|
}
|