- 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
63 lines
1.2 KiB
Java
63 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class yf {
|
|
private final int a;
|
|
private boolean b;
|
|
private boolean c;
|
|
public byte[] d;
|
|
public int e;
|
|
|
|
public boolean a() {
|
|
return this.c;
|
|
}
|
|
|
|
public boolean a(int i) {
|
|
if (!this.b) {
|
|
return false;
|
|
}
|
|
this.e -= i;
|
|
this.b = false;
|
|
this.c = true;
|
|
return true;
|
|
}
|
|
|
|
public void b() {
|
|
this.b = false;
|
|
this.c = false;
|
|
}
|
|
|
|
public yf(int i, int i2) {
|
|
this.a = i;
|
|
byte[] bArr = new byte[i2 + 3];
|
|
this.d = bArr;
|
|
bArr[2] = 1;
|
|
}
|
|
|
|
public void a(byte[] bArr, int i, int i2) {
|
|
if (this.b) {
|
|
int i3 = i2 - i;
|
|
byte[] bArr2 = this.d;
|
|
int length = bArr2.length;
|
|
int i4 = this.e + i3;
|
|
if (length < i4) {
|
|
this.d = Arrays.copyOf(bArr2, i4 * 2);
|
|
}
|
|
System.arraycopy(bArr, i, this.d, this.e, i3);
|
|
this.e += i3;
|
|
}
|
|
}
|
|
|
|
public void b(int i) {
|
|
b1.b(!this.b);
|
|
boolean z = i == this.a;
|
|
this.b = z;
|
|
if (z) {
|
|
this.e = 3;
|
|
this.c = false;
|
|
}
|
|
}
|
|
}
|