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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
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);
}
}