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,46 @@
package com.applovin.impl;
import java.util.Collections;
import java.util.List;
/* loaded from: classes.dex */
final class kl implements nl {
private final b5[] a;
private final long[] b;
public kl(b5[] b5VarArr, long[] jArr) {
this.a = b5VarArr;
this.b = jArr;
}
@Override // com.applovin.impl.nl
public long a(int i) {
b1.a(i >= 0);
b1.a(i < this.b.length);
return this.b[i];
}
@Override // com.applovin.impl.nl
public List b(long j) {
b5 b5Var;
int b = xp.b(this.b, j, true, false);
if (b != -1 && (b5Var = this.a[b]) != b5.s) {
return Collections.singletonList(b5Var);
}
return Collections.emptyList();
}
@Override // com.applovin.impl.nl
public int a() {
return this.b.length;
}
@Override // com.applovin.impl.nl
public int a(long j) {
int a = xp.a(this.b, j, false, false);
if (a < this.b.length) {
return a;
}
return -1;
}
}