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

43 lines
1.4 KiB
Java

package o;
import android.content.Context;
import com.scb.phone.components.ItemCustom;
import com.scb.phone.view.custom.item.ItemComplexInterestCustom;
import com.scb.phone.view.custom.item.ItemRemarkCustom;
import com.scb.phone.view.custom.item.ItemRevampSimpleCustom;
import com.scb.phone.view.custom.item.ItemSimpleCustom;
import com.scb.phone.view.custom.item.ItemSimpleRightFocusCustom;
import com.scb.phone.view.custom.item.ItemTitleCustom;
/* renamed from: o.gN, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C14820gN extends C14811gF {
/* JADX INFO: Access modifiers changed from: package-private */
@InterfaceC13391fZD
public C14820gN() {
}
@Override // o.C14811gF
public final ItemCustom e(Context context, EM em) {
if (em.d == YD.SIMPLE) {
return new ItemSimpleCustom(context);
}
if (em.d == YD.SIMPLE_RIGHT_FOCUS) {
return new ItemSimpleRightFocusCustom(context);
}
if (em.d == YD.REVAMP_SIMPLE) {
return new ItemRevampSimpleCustom(context);
}
if (em.d == YD.REMARK) {
return new ItemRemarkCustom(context);
}
if (em.d == YD.COMPLEX_INTEREST) {
return new ItemComplexInterestCustom(context);
}
if (em.d == YD.TITLE) {
return new ItemTitleCustom(context);
}
return super.e(context, em);
}
}