NetMirror.apk
Download file
package com.facebook.react.views.textinput;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.WritableMap;
/* JADX INFO: loaded from: classes.dex */
public class m extends P1.d {
/* JADX INFO: renamed from: h, reason: collision with root package name */
private String f8147h;
/* JADX INFO: renamed from: i, reason: collision with root package name */
private int f8148i;
@Deprecated
public m(int i3, String str, int i4) {
this(-1, i3, str, i4);
}
@Override // P1.d
protected WritableMap j() {
WritableMap writableMapCreateMap = Arguments.createMap();
writableMapCreateMap.putString("text", this.f8147h);
writableMapCreateMap.putInt("eventCount", this.f8148i);
writableMapCreateMap.putInt("target", o());
return writableMapCreateMap;
}
@Override // P1.d
public String k() {
return "topChange";
}
public m(int i3, int i4, String str, int i5) {
super(i3, i4);
this.f8147h = str;
this.f8148i = i5;
}
}
⚠️ 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