Files
rr3-apk/decompiled-community/sources/com/applovin/impl/he.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

67 lines
1.8 KiB
Java

package com.applovin.impl;
import com.applovin.mediation.MaxAdFormat;
import java.util.Map;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class he extends ne {
@Override // com.applovin.impl.ge
public ge a(com.applovin.impl.mediation.g gVar) {
return new he(this, gVar);
}
public he(int i, Map map, JSONObject jSONObject, JSONObject jSONObject2, com.applovin.impl.sdk.j jVar) {
super(i, map, jSONObject, jSONObject2, null, jVar);
}
public int t0() {
int a = a("ad_view_width", -2);
if (a != -2) {
return a;
}
MaxAdFormat format = getFormat();
if (format.isAdViewAd()) {
return format.getSize().getWidth();
}
throw new IllegalStateException("Invalid ad format");
}
public int r0() {
int a = a("ad_view_height", -2);
if (a != -2) {
return a;
}
MaxAdFormat format = getFormat();
if (format.isAdViewAd()) {
return format.getSize().getHeight();
}
throw new IllegalStateException("Invalid ad format");
}
private he(he heVar, com.applovin.impl.mediation.g gVar) {
super(heVar.J(), heVar.i(), heVar.a(), heVar.g(), gVar, heVar.a);
}
public long s0() {
return a("viewability_imp_delay_ms", ((Long) this.a.a(sj.J1)).longValue());
}
public boolean u0() {
return p0() >= 0;
}
public long p0() {
long a = a("ad_refresh_ms", -1L);
return a >= 0 ? a : b("ad_refresh_ms", ((Long) this.a.a(ve.a7)).longValue());
}
public boolean v0() {
return a("proe", (Boolean) this.a.a(ve.B7)).booleanValue();
}
public long q0() {
return yp.c(a("bg_color", (String) null));
}
}