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 */
class G extends P1.d {
/* JADX INFO: renamed from: h, reason: collision with root package name */
private int f8066h;
/* JADX INFO: renamed from: i, reason: collision with root package name */
private int f8067i;
@Deprecated
public G(int i3, int i4, int i5) {
this(-1, i3, i4, i5);
}
@Override // P1.d
protected WritableMap j() {
WritableMap writableMapCreateMap = Arguments.createMap();
WritableMap writableMapCreateMap2 = Arguments.createMap();
writableMapCreateMap2.putInt("end", this.f8067i);
writableMapCreateMap2.putInt("start", this.f8066h);
writableMapCreateMap.putMap("selection", writableMapCreateMap2);
return writableMapCreateMap;
}
@Override // P1.d
public String k() {
return "topSelectionChange";
}
public G(int i3, int i4, int i5, int i6) {
super(i3, i4);
this.f8066h = i5;
this.f8067i = i6;
}
}
⚠️ 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