- 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
54 lines
1.2 KiB
Java
54 lines
1.2 KiB
Java
package com.ironsource;
|
|
|
|
import android.view.View;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class gu extends xn {
|
|
public static final a f = new a(null);
|
|
private static final String g = "ViewVisibilityTrigger";
|
|
private final b d;
|
|
private final iu e;
|
|
|
|
public static final class a {
|
|
private a() {
|
|
}
|
|
|
|
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public static final class b implements jn {
|
|
public b() {
|
|
}
|
|
|
|
@Override // com.ironsource.jn
|
|
public void a(boolean z) {
|
|
gu.this.a(!z);
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public gu(View view) {
|
|
super(false, 1, null);
|
|
Intrinsics.checkNotNullParameter(view, "view");
|
|
b bVar = new b();
|
|
this.d = bVar;
|
|
iu iuVar = new iu(bVar);
|
|
this.e = iuVar;
|
|
iuVar.a(view);
|
|
a(!iuVar.c());
|
|
}
|
|
|
|
@Override // com.ironsource.xn
|
|
public String b() {
|
|
return g;
|
|
}
|
|
|
|
public final void e() {
|
|
this.e.b();
|
|
}
|
|
}
|