37 lines
1.4 KiB
Java
37 lines
1.4 KiB
Java
package o;
|
|
|
|
import android.graphics.Rect;
|
|
import android.text.method.TransformationMethod;
|
|
import android.view.View;
|
|
|
|
/* renamed from: o.SbN, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
final class C0949SbN implements TransformationMethod {
|
|
final TransformationMethod b;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C0949SbN(TransformationMethod transformationMethod) {
|
|
this.b = transformationMethod;
|
|
}
|
|
|
|
@Override // android.text.method.TransformationMethod
|
|
public final CharSequence getTransformation(CharSequence charSequence, View view) {
|
|
if (view.isInEditMode()) {
|
|
return charSequence;
|
|
}
|
|
TransformationMethod transformationMethod = this.b;
|
|
if (transformationMethod != null) {
|
|
charSequence = transformationMethod.getTransformation(charSequence, view);
|
|
}
|
|
return (charSequence == null || C16349neT.e().a() != 1) ? charSequence : C16349neT.e().b(charSequence);
|
|
}
|
|
|
|
@Override // android.text.method.TransformationMethod
|
|
public final void onFocusChanged(View view, CharSequence charSequence, boolean z, int i, Rect rect) {
|
|
TransformationMethod transformationMethod = this.b;
|
|
if (transformationMethod != null) {
|
|
transformationMethod.onFocusChanged(view, charSequence, z, i, rect);
|
|
}
|
|
}
|
|
}
|