- 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
63 lines
1.6 KiB
Java
63 lines
1.6 KiB
Java
package com.ironsource.mediationsdk;
|
|
|
|
import com.vungle.ads.internal.protos.Sdk;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class ISBannerSize {
|
|
private final int a;
|
|
private final int b;
|
|
private final String c;
|
|
public ISContainerParams containerParams;
|
|
private boolean d;
|
|
public static final ISBannerSize BANNER = l.a(l.a, Sdk.SDKError.Reason.WEBVIEW_ERROR_VALUE, 50);
|
|
public static final ISBannerSize LARGE = l.a(l.b, Sdk.SDKError.Reason.WEBVIEW_ERROR_VALUE, 90);
|
|
public static final ISBannerSize RECTANGLE = l.a(l.c, 300, 250);
|
|
protected static final ISBannerSize e = l.a();
|
|
public static final ISBannerSize SMART = l.a(l.e, 0, 0);
|
|
|
|
public ISBannerSize(int i, int i2) {
|
|
this(l.f, i, i2);
|
|
}
|
|
|
|
public ISBannerSize(String str, int i, int i2) {
|
|
this.c = str;
|
|
this.a = i;
|
|
this.b = i2;
|
|
this.containerParams = new ISContainerParams(i, i2);
|
|
}
|
|
|
|
public static int getMaximalAdaptiveHeight(int i) {
|
|
return l.b(i);
|
|
}
|
|
|
|
public String getDescription() {
|
|
return this.c;
|
|
}
|
|
|
|
public int getHeight() {
|
|
return this.b;
|
|
}
|
|
|
|
public int getWidth() {
|
|
return this.a;
|
|
}
|
|
|
|
public boolean isAdaptive() {
|
|
return this.d;
|
|
}
|
|
|
|
public boolean isSmart() {
|
|
return this.c.equals(l.e);
|
|
}
|
|
|
|
public void setAdaptive(boolean z) {
|
|
this.d = z;
|
|
}
|
|
|
|
public void setContainerParams(ISContainerParams iSContainerParams) {
|
|
if (l.a(iSContainerParams, this.a, this.b)) {
|
|
this.containerParams = iSContainerParams;
|
|
}
|
|
}
|
|
}
|