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

43 lines
1005 B
Java

package com.mbridge.msdk.video.dynview;
import android.view.View;
import com.mbridge.msdk.video.dynview.e.h;
import java.lang.ref.SoftReference;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes4.dex */
public class b {
private static volatile b b;
public Map<String, SoftReference<View>> a = new HashMap();
private b() {
}
public static b a() {
b bVar;
if (b != null) {
return b;
}
synchronized (b.class) {
try {
if (b == null) {
b = new b();
}
bVar = b;
} catch (Throwable th) {
throw th;
}
}
return bVar;
}
public final void a(c cVar, h hVar) {
new com.mbridge.msdk.video.dynview.h.a(cVar, hVar, new HashMap());
}
public final void a(c cVar, h hVar, Map<String, Object> map) {
new com.mbridge.msdk.video.dynview.h.a(cVar, hVar, map);
}
}