NetMirror.apk
Download file
package A;
import android.graphics.Rect;
import android.text.method.TransformationMethod;
import android.view.View;
/* JADX INFO: loaded from: classes.dex */
class h implements TransformationMethod {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final TransformationMethod f28a;
h(TransformationMethod transformationMethod) {
this.f28a = transformationMethod;
}
public TransformationMethod a() {
return this.f28a;
}
@Override // android.text.method.TransformationMethod
public CharSequence getTransformation(CharSequence charSequence, View view) {
if (view.isInEditMode()) {
return charSequence;
}
TransformationMethod transformationMethod = this.f28a;
if (transformationMethod != null) {
charSequence = transformationMethod.getTransformation(charSequence, view);
}
return (charSequence == null || androidx.emoji2.text.f.c().e() != 1) ? charSequence : androidx.emoji2.text.f.c().p(charSequence);
}
@Override // android.text.method.TransformationMethod
public void onFocusChanged(View view, CharSequence charSequence, boolean z3, int i3, Rect rect) {
TransformationMethod transformationMethod = this.f28a;
if (transformationMethod != null) {
transformationMethod.onFocusChanged(view, charSequence, z3, i3, rect);
}
}
}
⚠️ 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