- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
71 lines
1.5 KiB
Java
71 lines
1.5 KiB
Java
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;
|
|
}
|
|
}
|