Files
rr3-apk/decompiled/sources/com/applovin/impl/or.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

49 lines
1.1 KiB
Java

package com.applovin.impl;
import com.applovin.impl.ij;
/* loaded from: classes.dex */
final class or implements ij {
private final mr a;
private final int b;
private final long c;
private final long d;
private final long e;
@Override // com.applovin.impl.ij
public boolean b() {
return true;
}
@Override // com.applovin.impl.ij
public long d() {
return this.e;
}
public or(mr mrVar, int i, long j, long j2) {
this.a = mrVar;
this.b = i;
this.c = j;
long j3 = (j2 - j) / mrVar.e;
this.d = j3;
this.e = c(j3);
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
long b = xp.b((this.a.c * j) / (this.b * 1000000), 0L, this.d - 1);
long j2 = this.c + (this.a.e * b);
long c = c(b);
kj kjVar = new kj(c, j2);
if (c < j && b != this.d - 1) {
long j3 = b + 1;
return new ij.a(kjVar, new kj(c(j3), this.c + (this.a.e * j3)));
}
return new ij.a(kjVar);
}
private long c(long j) {
return xp.c(j * this.b, 1000000L, this.a.c);
}
}