- 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
153 lines
3.4 KiB
Java
153 lines
3.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.graphics.Bitmap;
|
|
import android.text.Layout;
|
|
import androidx.annotation.Nullable;
|
|
import androidx.core.view.ViewCompat;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzcm {
|
|
|
|
@Nullable
|
|
private CharSequence zza;
|
|
|
|
@Nullable
|
|
private Bitmap zzb;
|
|
|
|
@Nullable
|
|
private Layout.Alignment zzc;
|
|
|
|
@Nullable
|
|
private Layout.Alignment zzd;
|
|
private float zze;
|
|
private int zzf;
|
|
private int zzg;
|
|
private float zzh;
|
|
private int zzi;
|
|
private int zzj;
|
|
private float zzk;
|
|
private float zzl;
|
|
private float zzm;
|
|
private int zzn;
|
|
private float zzo;
|
|
|
|
public zzcm() {
|
|
this.zza = null;
|
|
this.zzb = null;
|
|
this.zzc = null;
|
|
this.zzd = null;
|
|
this.zze = -3.4028235E38f;
|
|
this.zzf = Integer.MIN_VALUE;
|
|
this.zzg = Integer.MIN_VALUE;
|
|
this.zzh = -3.4028235E38f;
|
|
this.zzi = Integer.MIN_VALUE;
|
|
this.zzj = Integer.MIN_VALUE;
|
|
this.zzk = -3.4028235E38f;
|
|
this.zzl = -3.4028235E38f;
|
|
this.zzm = -3.4028235E38f;
|
|
this.zzn = Integer.MIN_VALUE;
|
|
}
|
|
|
|
public /* synthetic */ zzcm(zzco zzcoVar, zzcn zzcnVar) {
|
|
this.zza = zzcoVar.zza;
|
|
this.zzb = zzcoVar.zzd;
|
|
this.zzc = zzcoVar.zzb;
|
|
this.zzd = zzcoVar.zzc;
|
|
this.zze = zzcoVar.zze;
|
|
this.zzf = zzcoVar.zzf;
|
|
this.zzg = zzcoVar.zzg;
|
|
this.zzh = zzcoVar.zzh;
|
|
this.zzi = zzcoVar.zzi;
|
|
this.zzj = zzcoVar.zzl;
|
|
this.zzk = zzcoVar.zzm;
|
|
this.zzl = zzcoVar.zzj;
|
|
this.zzm = zzcoVar.zzk;
|
|
this.zzn = zzcoVar.zzn;
|
|
this.zzo = zzcoVar.zzo;
|
|
}
|
|
|
|
public final int zza() {
|
|
return this.zzg;
|
|
}
|
|
|
|
public final int zzb() {
|
|
return this.zzi;
|
|
}
|
|
|
|
public final zzcm zzc(Bitmap bitmap) {
|
|
this.zzb = bitmap;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzd(float f) {
|
|
this.zzm = f;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zze(float f, int i) {
|
|
this.zze = f;
|
|
this.zzf = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzf(int i) {
|
|
this.zzg = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzg(@Nullable Layout.Alignment alignment) {
|
|
this.zzd = alignment;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzh(float f) {
|
|
this.zzh = f;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzi(int i) {
|
|
this.zzi = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzj(float f) {
|
|
this.zzo = f;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzk(float f) {
|
|
this.zzl = f;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzl(CharSequence charSequence) {
|
|
this.zza = charSequence;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzm(@Nullable Layout.Alignment alignment) {
|
|
this.zzc = alignment;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzn(float f, int i) {
|
|
this.zzk = f;
|
|
this.zzj = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzcm zzo(int i) {
|
|
this.zzn = i;
|
|
return this;
|
|
}
|
|
|
|
public final zzco zzp() {
|
|
return new zzco(this.zza, this.zzc, this.zzd, this.zzb, this.zze, this.zzf, this.zzg, this.zzh, this.zzi, this.zzj, this.zzk, this.zzl, this.zzm, false, ViewCompat.MEASURED_STATE_MASK, this.zzn, this.zzo, null);
|
|
}
|
|
|
|
@Nullable
|
|
public final CharSequence zzq() {
|
|
return this.zza;
|
|
}
|
|
}
|