73 lines
2.7 KiB
Java
73 lines
2.7 KiB
Java
|
package o;
|
||
|
|
||
|
import android.app.Dialog;
|
||
|
import android.content.Context;
|
||
|
import android.view.View;
|
||
|
import android.view.ViewGroup;
|
||
|
import android.view.Window;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.cardview.widget.CardView;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class eDK extends Dialog {
|
||
|
public final EIQ e;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public eDK(Context context) {
|
||
|
super(context);
|
||
|
C14957gcv.e(context, "");
|
||
|
requestWindowFeature(1);
|
||
|
Window window = getWindow();
|
||
|
if (window != null) {
|
||
|
window.setLayout(-1, -1);
|
||
|
}
|
||
|
Window window2 = getWindow();
|
||
|
if (window2 != null) {
|
||
|
window2.setBackgroundDrawableResource(android.R.color.transparent);
|
||
|
}
|
||
|
View inflate = getLayoutInflater().inflate(com.scb.phone.R.layout.2131558994, (ViewGroup) null, false);
|
||
|
int i = com.scb.phone.R.id.btn_go_to_easy_app;
|
||
|
Button button = (Button) qeC.e(inflate, com.scb.phone.R.id.btn_go_to_easy_app);
|
||
|
if (button != null) {
|
||
|
i = com.scb.phone.R.id.btn_set_up_lock_screen;
|
||
|
Button button2 = (Button) qeC.e(inflate, com.scb.phone.R.id.btn_set_up_lock_screen);
|
||
|
if (button2 != null) {
|
||
|
i = com.scb.phone.R.id.ll_root;
|
||
|
LinearLayout linearLayout = (LinearLayout) qeC.e(inflate, com.scb.phone.R.id.ll_root);
|
||
|
if (linearLayout != null) {
|
||
|
i = com.scb.phone.R.id.tv_message;
|
||
|
TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_message);
|
||
|
if (textView != null) {
|
||
|
i = com.scb.phone.R.id.tv_title;
|
||
|
TextView textView2 = (TextView) qeC.e(inflate, com.scb.phone.R.id.tv_title);
|
||
|
if (textView2 != null) {
|
||
|
EIQ eiq = new EIQ((CardView) inflate, button, button2, linearLayout, textView, textView2);
|
||
|
C14957gcv.c(eiq, "");
|
||
|
this.e = eiq;
|
||
|
setContentView(eiq.a);
|
||
|
return;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class RVV {
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RVV(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new RVV((byte) 0);
|
||
|
}
|
||
|
}
|