- 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
52 lines
1.6 KiB
Java
52 lines
1.6 KiB
Java
package com.fyber.inneractive.sdk.renderers;
|
|
|
|
import android.graphics.Rect;
|
|
import android.widget.RelativeLayout;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class b {
|
|
public final RelativeLayout b;
|
|
public final InterfaceC0107b i;
|
|
public float c = 0.0f;
|
|
public int d = 1;
|
|
public float e = 0.0f;
|
|
public long f = 0;
|
|
public boolean g = false;
|
|
public boolean h = false;
|
|
public final a j = new a();
|
|
public final com.fyber.inneractive.sdk.util.l<Rect> a = new com.fyber.inneractive.sdk.util.l<>(4, new c());
|
|
|
|
public class a implements Runnable {
|
|
public a() {
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
b.this.a();
|
|
}
|
|
}
|
|
|
|
/* renamed from: com.fyber.inneractive.sdk.renderers.b$b, reason: collision with other inner class name */
|
|
public interface InterfaceC0107b {
|
|
}
|
|
|
|
public b(com.fyber.inneractive.sdk.response.f fVar, RelativeLayout relativeLayout, e eVar) {
|
|
this.b = relativeLayout;
|
|
this.i = eVar;
|
|
}
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:52:0x00de */
|
|
/* JADX WARN: Removed duplicated region for block: B:62:? A[RETURN, SYNTHETIC] */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final void a() {
|
|
/*
|
|
Method dump skipped, instructions count: 262
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.renderers.b.a():void");
|
|
}
|
|
}
|