70 lines
3.2 KiB
Java
70 lines
3.2 KiB
Java
package o;
|
|
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.Barrier;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FCf {
|
|
public final ImageView a;
|
|
public final TextView b;
|
|
public final TextView c;
|
|
public final TextView d;
|
|
public final ConstraintLayout e;
|
|
private Barrier f;
|
|
private TextView g;
|
|
private View i;
|
|
private ConstraintLayout j;
|
|
|
|
private FCf(ConstraintLayout constraintLayout, TextView textView, TextView textView2, Barrier barrier, ImageView imageView, View view, TextView textView3, ConstraintLayout constraintLayout2, TextView textView4) {
|
|
this.e = constraintLayout;
|
|
this.g = textView;
|
|
this.b = textView2;
|
|
this.f = barrier;
|
|
this.a = imageView;
|
|
this.i = view;
|
|
this.c = textView3;
|
|
this.j = constraintLayout2;
|
|
this.d = textView4;
|
|
}
|
|
|
|
public static FCf QY_(LayoutInflater layoutInflater, ViewGroup viewGroup) {
|
|
View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131560084, viewGroup, false);
|
|
int i = com.scb.phone.R.id.amount_including_interest;
|
|
TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.amount_including_interest);
|
|
if (textView != null) {
|
|
i = com.scb.phone.R.id.amount_including_interest_value;
|
|
TextView textView2 = (TextView) qeC.e(inflate, com.scb.phone.R.id.amount_including_interest_value);
|
|
if (textView2 != null) {
|
|
i = com.scb.phone.R.id.barrier2;
|
|
Barrier barrier = (Barrier) qeC.e(inflate, com.scb.phone.R.id.barrier2);
|
|
if (barrier != null) {
|
|
i = com.scb.phone.R.id.confirmation_image;
|
|
ImageView imageView = (ImageView) qeC.e(inflate, com.scb.phone.R.id.confirmation_image);
|
|
if (imageView != null) {
|
|
i = com.scb.phone.R.id.divider;
|
|
View e = qeC.e(inflate, com.scb.phone.R.id.divider);
|
|
if (e != null) {
|
|
i = com.scb.phone.R.id.error_message;
|
|
TextView textView3 = (TextView) qeC.e(inflate, com.scb.phone.R.id.error_message);
|
|
if (textView3 != null) {
|
|
ConstraintLayout constraintLayout = (ConstraintLayout) inflate;
|
|
i = com.scb.phone.R.id.merchant_name_label;
|
|
TextView textView4 = (TextView) qeC.e(inflate, com.scb.phone.R.id.merchant_name_label);
|
|
if (textView4 != null) {
|
|
return new FCf(constraintLayout, textView, textView2, barrier, imageView, e, textView3, constraintLayout, textView4);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
|
|
}
|
|
}
|