- 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
59 lines
1.4 KiB
Java
59 lines
1.4 KiB
Java
package com.ironsource;
|
|
|
|
import java.util.concurrent.TimeUnit;
|
|
import kotlin.Lazy;
|
|
import kotlin.LazyKt__LazyJVMKt;
|
|
import kotlin.jvm.functions.Function0;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import kotlin.jvm.internal.Lambda;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class ls {
|
|
public static final ls a = new ls();
|
|
private static final Lazy b;
|
|
|
|
public static final class a extends Lambda implements Function0 {
|
|
public static final a a = new a();
|
|
|
|
public a() {
|
|
super(0);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function0
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
public final zp invoke() {
|
|
return new zp(16, null, null, 6, null);
|
|
}
|
|
}
|
|
|
|
static {
|
|
Lazy lazy;
|
|
lazy = LazyKt__LazyJVMKt.lazy(a.a);
|
|
b = lazy;
|
|
}
|
|
|
|
private ls() {
|
|
}
|
|
|
|
private final zp a() {
|
|
return (zp) b.getValue();
|
|
}
|
|
|
|
public static /* synthetic */ void a(ls lsVar, Runnable runnable, long j, int i, Object obj) {
|
|
if ((i & 2) != 0) {
|
|
j = 0;
|
|
}
|
|
lsVar.a(runnable, j);
|
|
}
|
|
|
|
public final void a(Runnable action) {
|
|
Intrinsics.checkNotNullParameter(action, "action");
|
|
a(this, action, 0L, 2, null);
|
|
}
|
|
|
|
public final void a(Runnable action, long j) {
|
|
Intrinsics.checkNotNullParameter(action, "action");
|
|
a().schedule(action, j, TimeUnit.MILLISECONDS);
|
|
}
|
|
}
|