- 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
46 lines
1.1 KiB
Java
46 lines
1.1 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.a9;
|
|
import com.applovin.impl.ij;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class z8 implements ij {
|
|
private final a9 a;
|
|
private final long b;
|
|
|
|
@Override // com.applovin.impl.ij
|
|
public boolean b() {
|
|
return true;
|
|
}
|
|
|
|
public z8(a9 a9Var, long j) {
|
|
this.a = a9Var;
|
|
this.b = j;
|
|
}
|
|
|
|
@Override // com.applovin.impl.ij
|
|
public long d() {
|
|
return this.a.b();
|
|
}
|
|
|
|
@Override // com.applovin.impl.ij
|
|
public ij.a b(long j) {
|
|
b1.b(this.a.k);
|
|
a9 a9Var = this.a;
|
|
a9.a aVar = a9Var.k;
|
|
long[] jArr = aVar.a;
|
|
long[] jArr2 = aVar.b;
|
|
int b = xp.b(jArr, a9Var.a(j), true, false);
|
|
kj a = a(b == -1 ? 0L : jArr[b], b != -1 ? jArr2[b] : 0L);
|
|
if (a.a != j && b != jArr.length - 1) {
|
|
int i = b + 1;
|
|
return new ij.a(a, a(jArr[i], jArr2[i]));
|
|
}
|
|
return new ij.a(a);
|
|
}
|
|
|
|
private kj a(long j, long j2) {
|
|
return new kj((j * 1000000) / this.a.e, this.b + j2);
|
|
}
|
|
}
|