31 lines
878 B
Java
31 lines
878 B
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.widget.ArrayAdapter;
|
|
|
|
/* renamed from: o.erP, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12075erP extends ArrayAdapter<String> {
|
|
private int a;
|
|
public InterfaceC9044dcL e;
|
|
|
|
@Override // android.widget.ArrayAdapter, android.widget.Adapter
|
|
public final /* synthetic */ Object getItem(int i) {
|
|
InterfaceC9044dcL interfaceC9044dcL = this.e;
|
|
if (interfaceC9044dcL != null) {
|
|
return interfaceC9044dcL.d(i);
|
|
}
|
|
return (String) super.getItem(i);
|
|
}
|
|
|
|
public C12075erP(Context context, int i) {
|
|
super(context, com.scb.phone.R.layout.2131559355);
|
|
this.a = i;
|
|
}
|
|
|
|
@Override // android.widget.ArrayAdapter, android.widget.Adapter
|
|
public final int getCount() {
|
|
return this.a;
|
|
}
|
|
}
|