package com.scb.phone.view.custom; import android.content.Context; import android.util.AttributeSet; import com.scb.phone.R; import java.util.Map; import o.C14957gcv; /* loaded from: classes5.dex */ public final class RegenerateThemeSlipLayout extends ThemeSlipLayout { /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RegenerateThemeSlipLayout(Context context) { super(context); C14957gcv.e(context, ""); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RegenerateThemeSlipLayout(Context context, AttributeSet attributeSet) { super(context, attributeSet); C14957gcv.e(context, ""); C14957gcv.e(attributeSet, ""); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public RegenerateThemeSlipLayout(Context context, AttributeSet attributeSet, int i) { super(context, attributeSet, i); C14957gcv.e(context, ""); } @Override // com.scb.phone.view.custom.ThemeSlipLayout, o.InterfaceC9006dba public final void e(Map map) { this.imageSlipHeader.setImageResource(R.drawable.slip_header_regenslip); this.imageSlipBorderLeft.setImageResource(R.drawable.slip_side_regenslip); this.imageSlipBorderRight.setImageResource(R.drawable.slip_side_regenslip); this.imageSlipBottom.setImageResource(R.drawable.slip_bottom_regenslip); this.imageSlipBottomBorder.setImageResource(R.drawable.slip_zigzag_regenslip); d(this.slipContent); } }