what-the-bank/sources/o/C12425exv.java

95 lines
4.2 KiB
Java

package o;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.view.custom.common.DefaultButton;
import java.util.ArrayList;
import java.util.List;
/* renamed from: o.exv, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C12425exv extends RecyclerView.Sts<C12422exs> {
public InterfaceC8959dag d;
public final List<SN> b = new ArrayList();
public boolean a = false;
@FunctionalInterface
/* renamed from: o.exv$IeS */
/* loaded from: classes5.dex */
public interface IeS {
void b(boolean z);
}
/* JADX WARN: Code restructure failed: missing block: B:23:0x0125, code lost:
if (r2 == null) goto L38;
*/
/* JADX WARN: Code restructure failed: missing block: B:24:0x0135, code lost:
r6 = r2;
*/
/* JADX WARN: Code restructure failed: missing block: B:28:0x0132, code lost:
if (r2.length() != 0) goto L43;
*/
@Override // androidx.recyclerview.widget.RecyclerView.Sts
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final /* synthetic */ void onBindViewHolder(o.C12422exs r9, int r10) {
/*
Method dump skipped, instructions count: 411
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: o.C12425exv.onBindViewHolder(androidx.recyclerview.widget.RecyclerView$zJl, int):void");
}
@Override // androidx.recyclerview.widget.RecyclerView.Sts
public final int getItemCount() {
return this.b.size();
}
@Override // androidx.recyclerview.widget.RecyclerView.Sts
public final /* synthetic */ C12422exs onCreateViewHolder(ViewGroup viewGroup, int i) {
View inflate = LayoutInflater.from(viewGroup.getContext()).inflate(com.scb.phone.R.layout.2131559192, viewGroup, false);
int i2 = com.scb.phone.R.id.body_textview;
TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.body_textview);
if (textView != null) {
i2 = com.scb.phone.R.id.category_framelayout;
FrameLayout frameLayout = (FrameLayout) qeC.e(inflate, com.scb.phone.R.id.category_framelayout);
if (frameLayout != null) {
i2 = com.scb.phone.R.id.category_icon_image_view;
ImageView imageView = (ImageView) qeC.e(inflate, com.scb.phone.R.id.category_icon_image_view);
if (imageView != null) {
i2 = com.scb.phone.R.id.click_message_textview;
TextView textView2 = (TextView) qeC.e(inflate, com.scb.phone.R.id.click_message_textview);
if (textView2 != null) {
i2 = com.scb.phone.R.id.deepLinkButton;
DefaultButton defaultButton = (DefaultButton) qeC.e(inflate, com.scb.phone.R.id.deepLinkButton);
if (defaultButton != null) {
RelativeLayout relativeLayout = (RelativeLayout) inflate;
i2 = com.scb.phone.R.id.sent_time_textview;
TextView textView3 = (TextView) qeC.e(inflate, com.scb.phone.R.id.sent_time_textview);
if (textView3 != null) {
i2 = com.scb.phone.R.id.subject_textview;
TextView textView4 = (TextView) qeC.e(inflate, com.scb.phone.R.id.subject_textview);
if (textView4 != null) {
return new C12422exs(new txY(relativeLayout, textView, frameLayout, imageView, textView2, defaultButton, relativeLayout, textView3, textView4));
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i2)));
}
}