- 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
21 lines
571 B
Java
21 lines
571 B
Java
package com.tapjoy;
|
|
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class a1 {
|
|
public final double a;
|
|
public final double b;
|
|
public final double c;
|
|
public final double d;
|
|
public final float e;
|
|
|
|
public a1(JSONObject jSONObject) {
|
|
this.a = jSONObject.optDouble("width", 0.0d);
|
|
this.b = jSONObject.optDouble("height", 0.0d);
|
|
this.c = jSONObject.optDouble("left", 0.0d);
|
|
this.d = jSONObject.optDouble("top", 0.0d);
|
|
this.e = (float) jSONObject.optDouble("cornerRadius", 0.0d);
|
|
}
|
|
}
|