Files
rr3-apk/decompiled/sources/com/applovin/impl/p4.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

76 lines
1.8 KiB
Java

package com.applovin.impl;
import com.applovin.impl.ij;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* loaded from: classes.dex */
public class p4 implements ij {
private final long a;
private final long b;
private final int c;
private final long d;
private final int e;
private final long f;
private final boolean g;
@Override // com.applovin.impl.ij
public boolean b() {
return this.d != -1 || this.g;
}
@Override // com.applovin.impl.ij
public long d() {
return this.f;
}
public p4(long j, long j2, int i, int i2, boolean z) {
this.a = j;
this.b = j2;
this.c = i2 == -1 ? 1 : i2;
this.e = i;
this.g = z;
if (j == -1) {
this.d = -1L;
this.f = C.TIME_UNSET;
} else {
this.d = j - j2;
this.f = a(j, j2, i);
}
}
@Override // com.applovin.impl.ij
public ij.a b(long j) {
if (this.d == -1 && !this.g) {
return new ij.a(new kj(0L, this.b));
}
long c = c(j);
long d = d(c);
kj kjVar = new kj(d, c);
if (this.d != -1 && d < j) {
long j2 = c + this.c;
if (j2 < this.a) {
return new ij.a(kjVar, new kj(d(j2), j2));
}
}
return new ij.a(kjVar);
}
private static long a(long j, long j2, int i) {
return (Math.max(0L, j - j2) * 8000000) / i;
}
private long c(long j) {
long j2 = this.c;
long j3 = (((j * this.e) / 8000000) / j2) * j2;
long j4 = this.d;
if (j4 != -1) {
j3 = Math.min(j3, j4 - j2);
}
return this.b + Math.max(j3, 0L);
}
public long d(long j) {
return a(j, this.b, this.e);
}
}