- 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
64 lines
1.4 KiB
Java
64 lines
1.4 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Looper;
|
|
import com.applovin.impl.a7;
|
|
import com.applovin.impl.b7;
|
|
import com.applovin.impl.z6;
|
|
import com.facebook.ads.AdError;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface b7 {
|
|
public static final b7 a;
|
|
public static final b7 b;
|
|
|
|
public interface b {
|
|
public static final b a = new b() { // from class: com.applovin.impl.b7$b$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.b7.b
|
|
public final void a() {
|
|
b7.b.b();
|
|
}
|
|
};
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
static /* synthetic */ void b() {
|
|
}
|
|
|
|
void a();
|
|
}
|
|
|
|
static {
|
|
a aVar = new a();
|
|
a = aVar;
|
|
b = aVar;
|
|
}
|
|
|
|
int a(f9 f9Var);
|
|
|
|
z6 a(Looper looper, a7.a aVar, f9 f9Var);
|
|
|
|
default void a() {
|
|
}
|
|
|
|
default void b() {
|
|
}
|
|
|
|
default b b(Looper looper, a7.a aVar, f9 f9Var) {
|
|
return b.a;
|
|
}
|
|
|
|
public class a implements b7 {
|
|
@Override // com.applovin.impl.b7
|
|
public z6 a(Looper looper, a7.a aVar, f9 f9Var) {
|
|
if (f9Var.p == null) {
|
|
return null;
|
|
}
|
|
return new u7(new z6.a(new sp(1), AdError.MEDIAVIEW_MISSING_ERROR_CODE));
|
|
}
|
|
|
|
@Override // com.applovin.impl.b7
|
|
public int a(f9 f9Var) {
|
|
return f9Var.p != null ? 1 : 0;
|
|
}
|
|
}
|
|
}
|