140 lines
4.8 KiB
Java
140 lines
4.8 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import com.scb.phone.components.ItemCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemAdditionalMetaDataCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemCardCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemComplexInterestCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemFooterContentCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemHeaderTitleCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemIconCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemPhotoDetailCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemRemarkCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemRevampSimpleCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemSimpleBottomCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemSimpleCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemSimpleRightFocusCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemSubCustom;
|
||
|
import com.scb.phone.view.custom.item.ItemSubDetailCustom;
|
||
|
|
||
|
/* renamed from: o.gL, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C14818gL extends C14811gF {
|
||
|
@InterfaceC13391fZD
|
||
|
public C14818gL() {
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.gL$3, reason: invalid class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
static /* synthetic */ class AnonymousClass3 {
|
||
|
static final int[] c;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[YD.values().length];
|
||
|
c = iArr;
|
||
|
try {
|
||
|
iArr[YD.ICON.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.SIMPLE.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.SIMPLE_RIGHT_FOCUS.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.REVAMP_SIMPLE.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.SIMPLE_BOTTOM.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.PHOTO_DETAIL.ordinal()] = 6;
|
||
|
} catch (NoSuchFieldError unused6) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.CARD.ordinal()] = 7;
|
||
|
} catch (NoSuchFieldError unused7) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.REMARK.ordinal()] = 8;
|
||
|
} catch (NoSuchFieldError unused8) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.COMPLEX_INTEREST.ordinal()] = 9;
|
||
|
} catch (NoSuchFieldError unused9) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.FOOTER_CONTENT.ordinal()] = 10;
|
||
|
} catch (NoSuchFieldError unused10) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.FOOTER_REMARK.ordinal()] = 11;
|
||
|
} catch (NoSuchFieldError unused11) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.FOOTER_IMAGE.ordinal()] = 12;
|
||
|
} catch (NoSuchFieldError unused12) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.ADDITIONAL_META_DATA.ordinal()] = 13;
|
||
|
} catch (NoSuchFieldError unused13) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.SIMPLE_SUB_ITEM.ordinal()] = 14;
|
||
|
} catch (NoSuchFieldError unused14) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.HEADER_TITLE.ordinal()] = 15;
|
||
|
} catch (NoSuchFieldError unused15) {
|
||
|
}
|
||
|
try {
|
||
|
c[YD.SUB_DETAIL_ITEM.ordinal()] = 16;
|
||
|
} catch (NoSuchFieldError unused16) {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.C14811gF
|
||
|
public ItemCustom e(Context context, EM em) {
|
||
|
switch (AnonymousClass3.c[em.d.ordinal()]) {
|
||
|
case 1:
|
||
|
return new ItemIconCustom(context);
|
||
|
case 2:
|
||
|
return new ItemSimpleCustom(context);
|
||
|
case 3:
|
||
|
return new ItemSimpleRightFocusCustom(context);
|
||
|
case 4:
|
||
|
return new ItemRevampSimpleCustom(context);
|
||
|
case 5:
|
||
|
return new ItemSimpleBottomCustom(context);
|
||
|
case 6:
|
||
|
return new ItemPhotoDetailCustom(context);
|
||
|
case 7:
|
||
|
return new ItemCardCustom(context);
|
||
|
case 8:
|
||
|
return new ItemRemarkCustom(context);
|
||
|
case 9:
|
||
|
return new ItemComplexInterestCustom(context);
|
||
|
case 10:
|
||
|
case 11:
|
||
|
case 12:
|
||
|
return new ItemFooterContentCustom(context);
|
||
|
case 13:
|
||
|
return new ItemAdditionalMetaDataCustom(context);
|
||
|
case 14:
|
||
|
return new ItemSubCustom(context);
|
||
|
case 15:
|
||
|
return new ItemHeaderTitleCustom(context);
|
||
|
case 16:
|
||
|
return new ItemSubDetailCustom(context);
|
||
|
default:
|
||
|
return super.e(context, em);
|
||
|
}
|
||
|
}
|
||
|
}
|