package com.scb.phone.view.custom.common; import android.content.Context; import android.util.AttributeSet; import com.scb.phone.R; import o.C14957gcv; /* loaded from: classes5.dex */ public final class ClearableOutLineEditText extends ClearableEditText { @Override // com.scb.phone.view.custom.common.ClearableEditText protected final int b() { return R.layout.2131558857; } private /* synthetic */ ClearableOutLineEditText(Context context, AttributeSet attributeSet, int i, byte b) { this(context, (i & 2) != 0 ? null : attributeSet, 0); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public ClearableOutLineEditText(Context context, AttributeSet attributeSet, int i) { super(context, attributeSet, i); C14957gcv.e(context, ""); } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public ClearableOutLineEditText(Context context, AttributeSet attributeSet) { this(context, attributeSet, 4, (byte) 0); C14957gcv.e(context, ""); } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public ClearableOutLineEditText(Context context) { this(context, null, 6, (byte) 0); C14957gcv.e(context, ""); } }