NetMirror.apk
Download file
package androidx.appcompat.widget;
import android.content.res.TypedArray;
import android.text.InputFilter;
import android.text.method.TransformationMethod;
import android.util.AttributeSet;
import android.widget.TextView;
/* JADX INFO: renamed from: androidx.appcompat.widget.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
class C0225n {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final TextView f4285a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final A.f f4286b;
C0225n(TextView textView) {
this.f4285a = textView;
this.f4286b = new A.f(textView, false);
}
InputFilter[] a(InputFilter[] inputFilterArr) {
return this.f4286b.a(inputFilterArr);
}
public boolean b() {
return this.f4286b.b();
}
void c(AttributeSet attributeSet, int i3) {
TypedArray typedArrayObtainStyledAttributes = this.f4285a.getContext().obtainStyledAttributes(attributeSet, d.j.f8982g0, i3, 0);
try {
boolean z3 = typedArrayObtainStyledAttributes.hasValue(d.j.f9038u0) ? typedArrayObtainStyledAttributes.getBoolean(d.j.f9038u0, true) : true;
typedArrayObtainStyledAttributes.recycle();
e(z3);
} catch (Throwable th) {
typedArrayObtainStyledAttributes.recycle();
throw th;
}
}
void d(boolean z3) {
this.f4286b.c(z3);
}
void e(boolean z3) {
this.f4286b.d(z3);
}
public TransformationMethod f(TransformationMethod transformationMethod) {
return this.f4286b.e(transformationMethod);
}
}
⚠️ 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