44 lines
1.4 KiB
Java
44 lines
1.4 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.text.InputFilter;
|
|
import android.text.method.PasswordTransformationMethod;
|
|
import com.scb.phone.view.custom.common.CustomInputDialog;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class eBS {
|
|
public static final Sts d = new Sts(0);
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class Sts {
|
|
private Sts() {
|
|
}
|
|
|
|
public static CustomInputDialog d(Context context, String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
CustomInputDialog b = CustomInputDialog.b(context);
|
|
if (str != null) {
|
|
b.mTitleTextView.setVisibility(0);
|
|
b.mTitleTextView.setText(str);
|
|
}
|
|
if (str2 != null) {
|
|
b.mTextTextView.setVisibility(0);
|
|
b.mTextTextView.setText(str2);
|
|
}
|
|
b.mEditTextView.setFilters(new InputFilter[]{new fLK()});
|
|
b.mEditTextView.setTransformationMethod(new PasswordTransformationMethod());
|
|
b.mEditTextView.setHint(str3);
|
|
b.setCanceledOnTouchOutside(false);
|
|
b.mEditTextView.setVisibility(0);
|
|
C14957gcv.c(b, "");
|
|
return b;
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
}
|