Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,42 @@
package com.google.android.gms.internal.common;
import java.util.Arrays;
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
/* JADX INFO: loaded from: classes2.dex */
class zzaa extends zzab {
Object[] zza = new Object[4];
int zzb = 0;
boolean zzc;
zzaa(int i) {
}
public final zzaa zza(Object obj) {
obj.getClass();
int i = this.zzb;
int i2 = i + 1;
Object[] objArr = this.zza;
int length = objArr.length;
if (length < i2) {
int i3 = length + (length >> 1) + 1;
if (i3 < i2) {
int iHighestOneBit = Integer.highestOneBit(i);
i3 = iHighestOneBit + iHighestOneBit;
}
if (i3 < 0) {
i3 = Integer.MAX_VALUE;
}
this.zza = Arrays.copyOf(objArr, i3);
this.zzc = false;
} else if (this.zzc) {
this.zza = (Object[]) objArr.clone();
this.zzc = false;
}
Object[] objArr2 = this.zza;
int i4 = this.zzb;
this.zzb = i4 + 1;
objArr2[i4] = obj;
return this;
}
}