NetMirror.apk
Download file
package com.facebook.react.fabric.mounting.mountitems;
import com.facebook.react.bridge.ReactSoftExceptionLogger;
import com.facebook.react.bridge.RetryableMountingLayerException;
/* JADX INFO: loaded from: classes.dex */
public final class i implements MountItem {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final int f6865a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final int f6866b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
private final int f6867c;
/* JADX INFO: renamed from: d, reason: collision with root package name */
private final String f6868d = "Fabric.SendAccessibilityEvent";
public i(int i3, int i4, int i5) {
this.f6865a = i3;
this.f6866b = i4;
this.f6867c = i5;
}
@Override // com.facebook.react.fabric.mounting.mountitems.MountItem
public void execute(n1.d dVar) {
D2.h.f(dVar, "mountingManager");
try {
dVar.q(this.f6865a, this.f6866b, this.f6867c);
} catch (RetryableMountingLayerException e4) {
ReactSoftExceptionLogger.logSoftException(this.f6868d, e4);
}
}
@Override // com.facebook.react.fabric.mounting.mountitems.MountItem
public int getSurfaceId() {
return this.f6865a;
}
public String toString() {
return "SendAccessibilityEventMountItem [" + this.f6866b + "] " + this.f6867c;
}
}
⚠️ 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