NetMirror.apk
Download file
package d1;
import com.facebook.react.bridge.ModuleHolder;
import com.facebook.react.bridge.ModuleSpec;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactMarker;
import com.facebook.react.bridge.ReactMarkerConstants;
import com.facebook.react.module.model.ReactModuleInfo;
import com.facebook.react.uimanager.ViewManager;
import d2.C0519b;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import w1.InterfaceC0763a;
/* JADX INFO: renamed from: d1.h, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0500h implements O {
/* JADX INFO: renamed from: d1.h$a */
class a implements Iterator {
/* JADX INFO: renamed from: b, reason: collision with root package name */
int f9212b = 0;
/* JADX INFO: renamed from: c, reason: collision with root package name */
final /* synthetic */ List f9213c;
/* JADX INFO: renamed from: d, reason: collision with root package name */
final /* synthetic */ Map f9214d;
a(List list, Map map) {
this.f9213c = list;
this.f9214d = map;
}
@Override // java.util.Iterator
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public ModuleHolder next() {
List list = this.f9213c;
int i3 = this.f9212b;
this.f9212b = i3 + 1;
ModuleSpec moduleSpec = (ModuleSpec) list.get(i3);
String name = moduleSpec.getName();
ReactModuleInfo reactModuleInfo = (ReactModuleInfo) this.f9214d.get(name);
if (reactModuleInfo != null) {
return new ModuleHolder(reactModuleInfo, moduleSpec.getProvider());
}
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_START, name);
try {
NativeModule nativeModule = (NativeModule) moduleSpec.getProvider().get();
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_END);
return new ModuleHolder(nativeModule);
} catch (Throwable th) {
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_END);
throw th;
}
}
@Override // java.util.Iterator
public boolean hasNext() {
return this.f9212b < this.f9213c.size();
}
@Override // java.util.Iterator
public void remove() {
throw new UnsupportedOperationException("Cannot remove native modules from the list");
}
}
/* JADX INFO: Access modifiers changed from: private */
public /* synthetic */ Iterator h(List list, Map map) {
return new a(list, map);
}
Iterable b(ReactApplicationContext reactApplicationContext) {
final Map mapA = d().a();
final List listC = c(reactApplicationContext);
return new Iterable() { // from class: d1.g
@Override // java.lang.Iterable
public final Iterator iterator() {
return this.f9209b.h(listC, mapA);
}
};
}
protected abstract List c(ReactApplicationContext reactApplicationContext);
public abstract InterfaceC0763a d();
@Override // d1.O
public final List e(ReactApplicationContext reactApplicationContext) {
ArrayList arrayList = new ArrayList();
for (ModuleSpec moduleSpec : c(reactApplicationContext)) {
C0519b.a(0L, "createNativeModule").c();
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_START, moduleSpec.getName());
try {
NativeModule nativeModule = (NativeModule) moduleSpec.getProvider().get();
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_END);
C0519b.b(0L).c();
arrayList.add(nativeModule);
} catch (Throwable th) {
ReactMarker.logMarker(ReactMarkerConstants.CREATE_MODULE_END);
C0519b.b(0L).c();
throw th;
}
}
return arrayList;
}
@Override // d1.O
public List f(ReactApplicationContext reactApplicationContext) {
List listG = g(reactApplicationContext);
if (listG == null || listG.isEmpty()) {
return Collections.emptyList();
}
ArrayList arrayList = new ArrayList();
Iterator it = listG.iterator();
while (it.hasNext()) {
arrayList.add((ViewManager) ((ModuleSpec) it.next()).getProvider().get());
}
return arrayList;
}
public List g(ReactApplicationContext reactApplicationContext) {
return Collections.emptyList();
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file