- 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
54 lines
1.2 KiB
Java
54 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdp {
|
|
private int zza;
|
|
private long[] zzb;
|
|
|
|
public zzdp() {
|
|
throw null;
|
|
}
|
|
|
|
public zzdp(int i) {
|
|
this.zzb = new long[i];
|
|
}
|
|
|
|
public final int zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final void zzc(long j) {
|
|
int i = this.zza;
|
|
long[] jArr = this.zzb;
|
|
if (i == jArr.length) {
|
|
this.zzb = Arrays.copyOf(jArr, i + i);
|
|
}
|
|
long[] jArr2 = this.zzb;
|
|
int i2 = this.zza;
|
|
this.zza = i2 + 1;
|
|
jArr2[i2] = j;
|
|
}
|
|
|
|
public final void zzd(long[] jArr) {
|
|
int i = this.zza;
|
|
int length = jArr.length;
|
|
int i2 = i + length;
|
|
long[] jArr2 = this.zzb;
|
|
int length2 = jArr2.length;
|
|
if (i2 > length2) {
|
|
this.zzb = Arrays.copyOf(jArr2, Math.max(length2 + length2, i2));
|
|
}
|
|
System.arraycopy(jArr, 0, this.zzb, this.zza, length);
|
|
this.zza = i2;
|
|
}
|
|
|
|
public final long zzb(int i) {
|
|
if (i >= 0 && i < this.zza) {
|
|
return this.zzb[i];
|
|
}
|
|
throw new IndexOutOfBoundsException("Invalid index " + i + ", size is " + this.zza);
|
|
}
|
|
}
|