NetMirror.apk
Download file
package A;
import android.text.Editable;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputConnection;
import android.view.inputmethod.InputConnectionWrapper;
import android.widget.TextView;
/* JADX INFO: loaded from: classes.dex */
final class c extends InputConnectionWrapper {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final TextView f8a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final a f9b;
public static class a {
public boolean a(InputConnection inputConnection, Editable editable, int i3, int i4, boolean z3) {
return androidx.emoji2.text.f.f(inputConnection, editable, i3, i4, z3);
}
public void b(EditorInfo editorInfo) {
if (androidx.emoji2.text.f.i()) {
androidx.emoji2.text.f.c().v(editorInfo);
}
}
}
c(TextView textView, InputConnection inputConnection, EditorInfo editorInfo) {
this(textView, inputConnection, editorInfo, new a());
}
private Editable a() {
return this.f8a.getEditableText();
}
@Override // android.view.inputmethod.InputConnectionWrapper, android.view.inputmethod.InputConnection
public boolean deleteSurroundingText(int i3, int i4) {
return this.f9b.a(this, a(), i3, i4, false) || super.deleteSurroundingText(i3, i4);
}
@Override // android.view.inputmethod.InputConnectionWrapper, android.view.inputmethod.InputConnection
public boolean deleteSurroundingTextInCodePoints(int i3, int i4) {
return this.f9b.a(this, a(), i3, i4, true) || super.deleteSurroundingTextInCodePoints(i3, i4);
}
c(TextView textView, InputConnection inputConnection, EditorInfo editorInfo, a aVar) {
super(inputConnection, false);
this.f8a = textView;
this.f9b = aVar;
aVar.b(editorInfo);
}
}
⚠️ 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