86 lines
2.5 KiB
Java
86 lines
2.5 KiB
Java
|
package com.scb.phone.view.fragment.requesttopay;
|
||
|
|
||
|
import android.view.MenuItem;
|
||
|
import android.view.View;
|
||
|
import android.widget.ArrayAdapter;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.Spinner;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.appcompat.widget.Toolbar;
|
||
|
import androidx.core.widget.NestedScrollView;
|
||
|
import butterknife.BindView;
|
||
|
import com.scb.phone.view.fragment.requesttopay.BaseRequestToPayFragment;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.List;
|
||
|
import o.C10732eN;
|
||
|
import o.InterfaceC1244Ytw;
|
||
|
import o.PRA;
|
||
|
import o.VL;
|
||
|
import o.YKU;
|
||
|
import o.wxK;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class BaseRequestToPayFragment extends Hilt_BaseRequestToPayFragment {
|
||
|
protected MenuItem c;
|
||
|
|
||
|
@BindView
|
||
|
View container;
|
||
|
|
||
|
@BindView
|
||
|
Spinner customSpinner;
|
||
|
protected List<C10732eN> d = new ArrayList();
|
||
|
protected ArrayAdapter<C10732eN> f;
|
||
|
|
||
|
@BindView
|
||
|
RelativeLayout newAliasLayout;
|
||
|
|
||
|
@BindView
|
||
|
TextView proxyIdTextView;
|
||
|
|
||
|
@BindView
|
||
|
NestedScrollView scrollView;
|
||
|
|
||
|
@BindView
|
||
|
TextView selectionProxyTextView;
|
||
|
|
||
|
@BindView
|
||
|
Toolbar toolbarProxy;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public static List<C10732eN> e(C10732eN c10732eN) {
|
||
|
ArrayList arrayList = new ArrayList();
|
||
|
arrayList.add(c10732eN);
|
||
|
return arrayList;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ C10732eN a(VL vl) {
|
||
|
return new C10732eN(vl.c, vl.g);
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ C10732eN c(VL vl) {
|
||
|
return new C10732eN(vl.d.c, vl.g);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public static List<C10732eN> a(List<VL> list) {
|
||
|
YKU yku = new YKU(list);
|
||
|
return (List) new YKU(yku.a, new wxK(yku.b, new InterfaceC1244Ytw() { // from class: o.fze
|
||
|
@Override // o.InterfaceC1244Ytw
|
||
|
public final Object d(Object obj) {
|
||
|
return BaseRequestToPayFragment.a((VL) obj);
|
||
|
}
|
||
|
})).a(new PRA.Sts(new PRA.AnonymousClass4(), new PRA.AnonymousClass8()));
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public static List<C10732eN> d(List<VL> list) {
|
||
|
YKU yku = new YKU(list);
|
||
|
return (List) new YKU(yku.a, new wxK(yku.b, new InterfaceC1244Ytw() { // from class: o.fzg
|
||
|
@Override // o.InterfaceC1244Ytw
|
||
|
public final Object d(Object obj) {
|
||
|
return BaseRequestToPayFragment.c((VL) obj);
|
||
|
}
|
||
|
})).a(new PRA.Sts(new PRA.AnonymousClass4(), new PRA.AnonymousClass8()));
|
||
|
}
|
||
|
}
|