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,70 @@
package com.applovin.impl;
import com.applovin.impl.ij;
/* loaded from: classes.dex */
final class nb implements lj {
private final long a;
private final rc b;
private final rc c;
private long d;
@Override // com.applovin.impl.ij
public boolean b() {
return true;
}
@Override // com.applovin.impl.lj
public long c() {
return this.a;
}
@Override // com.applovin.impl.ij
public long d() {
return this.d;
}
public void d(long j) {
this.d = j;
}
public nb(long j, long j2, long j3) {
this.d = j;
this.a = j3;
rc rcVar = new rc();
this.b = rcVar;
rc rcVar2 = new rc();
this.c = rcVar2;
rcVar.a(0L);
rcVar2.a(j2);
}
@Override // com.applovin.impl.lj
public long a(long j) {
return this.b.a(xp.a(this.c, j, true, true));
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
int a = xp.a(this.b, j, true, true);
kj kjVar = new kj(this.b.a(a), this.c.a(a));
if (kjVar.a != j && a != this.b.a() - 1) {
int i = a + 1;
return new ij.a(kjVar, new kj(this.b.a(i), this.c.a(i)));
}
return new ij.a(kjVar);
}
public void a(long j, long j2) {
if (c(j)) {
return;
}
this.b.a(j);
this.c.a(j2);
}
public boolean c(long j) {
rc rcVar = this.b;
return j - rcVar.a(rcVar.a() - 1) < 100000;
}
}