Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
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);
}
}