45 lines
1.4 KiB
Java
45 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.view.View;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.view.adapter.BaseExpandableRecycleViewAdapter;
|
||
|
|
||
|
/* renamed from: o.ewO, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public abstract class AbstractC12339ewO extends BaseExpandableRecycleViewAdapter {
|
||
|
private C16148leh d;
|
||
|
|
||
|
public AbstractC12339ewO(Context context, C16148leh c16148leh) {
|
||
|
super(context);
|
||
|
this.d = c16148leh;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final void d(View view) {
|
||
|
RecyclerView.zJl a;
|
||
|
int adapterPosition;
|
||
|
if (view.getId() != com.scb.phone.R.id.container || (a = CfC.a(view)) == null || (adapterPosition = a.getAdapterPosition()) == -1) {
|
||
|
return;
|
||
|
}
|
||
|
kIT kit = this.d.j;
|
||
|
long c = kit == null ? -1L : kit.g.c(adapterPosition);
|
||
|
int i = (int) c;
|
||
|
if (((int) (c >>> 32)) == -1) {
|
||
|
if (!this.d.d(i)) {
|
||
|
this.d.e();
|
||
|
kIT kit2 = this.d.j;
|
||
|
if (kit2 != null) {
|
||
|
kit2.a(i, false);
|
||
|
return;
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
kIT kit3 = this.d.j;
|
||
|
if (kit3 != null) {
|
||
|
kit3.e(i, false);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|