- 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
72 lines
1.8 KiB
Java
72 lines
1.8 KiB
Java
package com.applovin.impl.sdk;
|
|
|
|
import com.applovin.impl.go;
|
|
import com.applovin.impl.j8;
|
|
import com.applovin.impl.sdk.a;
|
|
import com.applovin.impl.sj;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class b {
|
|
private final j a;
|
|
private final WeakReference b;
|
|
private final WeakReference c;
|
|
private go d;
|
|
|
|
public static b a(j8 j8Var, a.InterfaceC0037a interfaceC0037a, j jVar) {
|
|
b bVar = new b(j8Var, interfaceC0037a, jVar);
|
|
bVar.a(j8Var.getTimeToLiveMillis());
|
|
return bVar;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public /* synthetic */ void c() {
|
|
d();
|
|
this.a.f().a(this);
|
|
}
|
|
|
|
public void d() {
|
|
a();
|
|
j8 b = b();
|
|
if (b == null) {
|
|
return;
|
|
}
|
|
b.setExpired();
|
|
a.InterfaceC0037a interfaceC0037a = (a.InterfaceC0037a) this.c.get();
|
|
if (interfaceC0037a == null) {
|
|
return;
|
|
}
|
|
interfaceC0037a.onAdExpired(b);
|
|
}
|
|
|
|
public void a(long j) {
|
|
a();
|
|
if (((Boolean) this.a.a(sj.q1)).booleanValue() || !this.a.f0().isApplicationPaused()) {
|
|
this.d = go.a(j, this.a, new Runnable() { // from class: com.applovin.impl.sdk.b$$ExternalSyntheticLambda0
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
b.this.c();
|
|
}
|
|
});
|
|
}
|
|
}
|
|
|
|
public void a() {
|
|
go goVar = this.d;
|
|
if (goVar != null) {
|
|
goVar.a();
|
|
this.d = null;
|
|
}
|
|
}
|
|
|
|
private b(j8 j8Var, a.InterfaceC0037a interfaceC0037a, j jVar) {
|
|
this.b = new WeakReference(j8Var);
|
|
this.c = new WeakReference(interfaceC0037a);
|
|
this.a = jVar;
|
|
}
|
|
|
|
public j8 b() {
|
|
return (j8) this.b.get();
|
|
}
|
|
}
|