- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
42 lines
827 B
Java
42 lines
827 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.VisibleForTesting;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzazk {
|
|
private final float zza;
|
|
private final float zzb;
|
|
private final float zzc;
|
|
private final float zzd;
|
|
private final int zze;
|
|
|
|
@VisibleForTesting
|
|
public zzazk(float f, float f2, float f3, float f4, int i) {
|
|
this.zza = f;
|
|
this.zzb = f2;
|
|
this.zzc = f + f3;
|
|
this.zzd = f2 + f4;
|
|
this.zze = i;
|
|
}
|
|
|
|
public final float zza() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final float zzb() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final float zzc() {
|
|
return this.zzc;
|
|
}
|
|
|
|
public final float zzd() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final int zze() {
|
|
return this.zze;
|
|
}
|
|
}
|