Files
rr3-apk/decompiled/sources/com/mbridge/msdk/video/dynview/b/a.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

63 lines
1.6 KiB
Java

package com.mbridge.msdk.video.dynview.b;
import android.view.View;
import com.mbridge.msdk.video.dynview.c;
import com.mbridge.msdk.video.dynview.e.e;
import java.util.ArrayList;
import java.util.Map;
/* loaded from: classes4.dex */
public class a {
private static volatile a b;
public com.mbridge.msdk.video.dynview.d.a a;
private a() {
}
public static a a() {
a aVar;
if (b != null) {
return b;
}
synchronized (a.class) {
try {
if (b == null) {
b = new a();
}
aVar = b;
} catch (Throwable th) {
throw th;
}
}
return aVar;
}
public final void a(View view, c cVar, Map map, e eVar) {
int h = cVar.h();
if (h == 1) {
com.mbridge.msdk.video.dynview.j.a aVar = new com.mbridge.msdk.video.dynview.j.a();
aVar.a(cVar, view, map, eVar);
this.a = aVar.a;
} else {
if (h == 2) {
new com.mbridge.msdk.video.dynview.j.a().b(cVar, view, map, eVar);
return;
}
if (h == 4) {
new com.mbridge.msdk.video.dynview.j.a().a(cVar, view, eVar);
} else if (h != 5) {
eVar.a(view, new ArrayList());
} else {
new com.mbridge.msdk.video.dynview.j.a().c(cVar, view, map, eVar);
}
}
}
public final void b() {
com.mbridge.msdk.video.dynview.d.a aVar = this.a;
if (aVar != null) {
aVar.c();
}
}
}