- 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
67 lines
1.7 KiB
Java
67 lines
1.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import androidx.annotation.Nullable;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzagz implements zzax {
|
|
public static final Parcelable.Creator<zzagz> CREATOR = new zzagw();
|
|
public final List zza;
|
|
|
|
public zzagz(List list) {
|
|
this.zza = list;
|
|
boolean z = false;
|
|
if (!list.isEmpty()) {
|
|
long j = ((zzagy) list.get(0)).zzb;
|
|
int i = 1;
|
|
while (true) {
|
|
if (i >= list.size()) {
|
|
break;
|
|
}
|
|
if (((zzagy) list.get(i)).zza < j) {
|
|
z = true;
|
|
break;
|
|
} else {
|
|
j = ((zzagy) list.get(i)).zzb;
|
|
i++;
|
|
}
|
|
}
|
|
}
|
|
zzcw.zzd(!z);
|
|
}
|
|
|
|
@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 || zzagz.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
return this.zza.equals(((zzagz) obj).zza);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.zza.hashCode();
|
|
}
|
|
|
|
public final String toString() {
|
|
return "SlowMotion: segments=".concat(this.zza.toString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeList(this.zza);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzax
|
|
public final /* synthetic */ void zza(zzat zzatVar) {
|
|
}
|
|
}
|