Files
rr3-apk/decompiled-community/sources/com/mbridge/msdk/mbbid/out/SplashBidRequestParams.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

60 lines
1.5 KiB
Java

package com.mbridge.msdk.mbbid.out;
import com.mbridge.msdk.foundation.controller.c;
import com.mbridge.msdk.foundation.tools.ab;
/* loaded from: classes4.dex */
public class SplashBidRequestParams extends BannerBidRequestParams {
private static int b = 1;
private static int c;
private static int d;
private boolean a;
public final boolean a() {
return this.a;
}
public int getOrientation() {
return b;
}
public SplashBidRequestParams(String str, String str2) {
this(str, str2, "");
}
public SplashBidRequestParams(String str, String str2, String str3) {
this(str, str2, str3, false, b, d, c);
}
public SplashBidRequestParams(String str, String str2, boolean z, int i, int i2, int i3) {
this(str, str2, "", z, i, i3, i2);
}
public SplashBidRequestParams(String str, String str2, String str3, boolean z, int i, int i2, int i3) {
super(str, str2, str3, 0, 0);
this.a = false;
b = i;
int j = ab.j(c.m().c());
int h = ab.h(c.m().c());
int i4 = b;
if (i4 == 1) {
if (h > i3 * 4) {
setHeight(h - i3);
setWidth(j);
} else {
setHeight(0);
setWidth(0);
}
} else if (i4 == 2) {
if (j > i2 * 4) {
setWidth(j - i2);
setHeight(h);
} else {
setHeight(0);
setWidth(0);
}
}
this.a = z;
}
}