what-the-bank/sources/com/scb/phone/view/custom/additionaldocument/DocumentsUploadedSectionCus...

115 lines
3.4 KiB
Java

package com.scb.phone.view.custom.additionaldocument;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import butterknife.BindView;
import butterknife.ButterKnife;
import com.scb.phone.R;
import o.AbstractC14961gcz;
import o.C0400Ft;
import o.C14866gag;
import o.C14957gcv;
import o.InterfaceC14894gbR;
/* loaded from: classes5.dex */
public final class DocumentsUploadedSectionCustomView extends ConstraintLayout {
@BindView
public Button addButton;
@BindView
public TextView label;
@BindView
public LinearLayout listLayout;
@BindView
public ImageView questionMark;
@BindView
public View separator;
@BindView
public TextView tvRemark;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public DocumentsUploadedSectionCustomView(Context context) {
super(context);
C14957gcv.e(context, "");
Object systemService = context.getSystemService("layout_inflater");
C14957gcv.d(systemService, "");
((LayoutInflater) systemService).inflate(R.layout.2131558998, (ViewGroup) this, true);
ButterKnife.c(this);
}
/* loaded from: classes5.dex */
public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR<C0400Ft.HBt, C14866gag> {
private InterfaceC14894gbR<C0400Ft.LWm, C14866gag> b;
private C0400Ft.LWm d;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ C14866gag invoke(C0400Ft.HBt hBt) {
C14957gcv.e(hBt, "");
this.b.invoke(this.d);
return C14866gag.c;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public RVV(InterfaceC14894gbR<? super C0400Ft.LWm, C14866gag> interfaceC14894gbR, C0400Ft.LWm lWm) {
super(1);
this.b = interfaceC14894gbR;
this.d = lWm;
}
}
public static /* synthetic */ void e(InterfaceC14894gbR interfaceC14894gbR, C0400Ft.HBt hBt) {
C14957gcv.e(interfaceC14894gbR, "");
C14957gcv.e(hBt, "");
interfaceC14894gbR.invoke(hBt.e);
}
public static /* synthetic */ void c(InterfaceC14894gbR interfaceC14894gbR, C0400Ft.HBt hBt) {
C14957gcv.e(interfaceC14894gbR, "");
C14957gcv.e(hBt, "");
interfaceC14894gbR.invoke(hBt);
}
public final void setTvRemark(TextView textView) {
C14957gcv.e(textView, "");
this.tvRemark = textView;
}
public final void setSeparator(View view) {
C14957gcv.e(view, "");
this.separator = view;
}
public final void setQuestionMark(ImageView imageView) {
C14957gcv.e(imageView, "");
this.questionMark = imageView;
}
public final void setListLayout(LinearLayout linearLayout) {
C14957gcv.e(linearLayout, "");
this.listLayout = linearLayout;
}
public final void setLabel(TextView textView) {
C14957gcv.e(textView, "");
this.label = textView;
}
public final void setAddButton(Button button) {
C14957gcv.e(button, "");
this.addButton = button;
}
}