Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzagv.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

78 lines
2.5 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.ironsource.mediationsdk.logger.IronSourceError;
/* loaded from: classes3.dex */
public final class zzagv implements zzax {
public static final Parcelable.Creator<zzagv> CREATOR = new zzagt();
public final long zza;
public final long zzb;
public final long zzc;
public final long zzd;
public final long zze;
public zzagv(long j, long j2, long j3, long j4, long j5) {
this.zza = j;
this.zzb = j2;
this.zzc = j3;
this.zzd = j4;
this.zze = j5;
}
public /* synthetic */ zzagv(Parcel parcel, zzagu zzaguVar) {
this.zza = parcel.readLong();
this.zzb = parcel.readLong();
this.zzc = parcel.readLong();
this.zzd = parcel.readLong();
this.zze = parcel.readLong();
}
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (obj != null && zzagv.class == obj.getClass()) {
zzagv zzagvVar = (zzagv) obj;
if (this.zza == zzagvVar.zza && this.zzb == zzagvVar.zzb && this.zzc == zzagvVar.zzc && this.zzd == zzagvVar.zzd && this.zze == zzagvVar.zze) {
return true;
}
}
return false;
}
public final int hashCode() {
long j = this.zza;
int i = (int) (j ^ (j >>> 32));
long j2 = this.zze;
long j3 = this.zzd;
long j4 = this.zzc;
long j5 = this.zzb;
return ((((((((i + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + ((int) ((j5 >>> 32) ^ j5))) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)));
}
public final String toString() {
return "Motion photo metadata: photoStartPosition=" + this.zza + ", photoSize=" + this.zzb + ", photoPresentationTimestampUs=" + this.zzc + ", videoStartPosition=" + this.zzd + ", videoSize=" + this.zze;
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
parcel.writeLong(this.zza);
parcel.writeLong(this.zzb);
parcel.writeLong(this.zzc);
parcel.writeLong(this.zzd);
parcel.writeLong(this.zze);
}
@Override // com.google.android.gms.internal.ads.zzax
public final /* synthetic */ void zza(zzat zzatVar) {
}
}