Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
25
apk_decompiled/sources/j/a.java
Normal file
25
apk_decompiled/sources/j/a.java
Normal file
@@ -0,0 +1,25 @@
|
||||
package j;
|
||||
|
||||
import android.graphics.Rect;
|
||||
import android.text.method.TransformationMethod;
|
||||
import android.view.View;
|
||||
import java.util.Locale;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class a implements TransformationMethod {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public Locale f6899a;
|
||||
|
||||
@Override // android.text.method.TransformationMethod
|
||||
public final CharSequence getTransformation(CharSequence charSequence, View view) {
|
||||
if (charSequence != null) {
|
||||
return charSequence.toString().toUpperCase(this.f6899a);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override // android.text.method.TransformationMethod
|
||||
public final void onFocusChanged(View view, CharSequence charSequence, boolean z3, int i, Rect rect) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user