what-the-bank/sources/com/scb/phone/view/custom/prepaid/ConversionAmountInput.java

83 lines
2.5 KiB
Java

package com.scb.phone.view.custom.prepaid;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import butterknife.BindView;
import butterknife.ButterKnife;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.AmountEditText;
import o.C14957gcv;
/* loaded from: classes5.dex */
public final class ConversionAmountInput extends ConstraintLayout {
@BindView
public AmountEditText amtEtValue;
@BindView
public ImageView ivTransferAmountWallet;
@BindView
public TextView tvTitleAmount;
private /* synthetic */ ConversionAmountInput(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 ConversionAmountInput(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
C14957gcv.e(context, "");
Object systemService = context.getSystemService("layout_inflater");
C14957gcv.d(systemService, "");
((LayoutInflater) systemService).inflate(R.layout.2131560117, (ViewGroup) this, true);
ButterKnife.c(this);
}
/* loaded from: classes5.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
public final void setTvTitleAmount(TextView textView) {
C14957gcv.e(textView, "");
this.tvTitleAmount = textView;
}
public final void setIvTransferAmountWallet(ImageView imageView) {
C14957gcv.e(imageView, "");
this.ivTransferAmountWallet = imageView;
}
public final void setAmtEtValue(AmountEditText amountEditText) {
C14957gcv.e(amountEditText, "");
this.amtEtValue = amountEditText;
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public ConversionAmountInput(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 ConversionAmountInput(Context context) {
this(context, null, 6, (byte) 0);
C14957gcv.e(context, "");
}
static {
new HBt((byte) 0);
}
}