Files
rr3-apk/decompiled/sources/com/applovin/impl/he.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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));
}
}