what-the-bank/sources/o/AbstractC16943sbc.java

66 lines
1.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import androidx.recyclerview.widget.RecyclerView;
/* renamed from: o.sbc, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public abstract class AbstractC16943sbc extends xZG<hbF> {
/* JADX WARN: Can't rename method to resolve collision */
protected abstract void a(hbF hbf);
public abstract boolean b(RecyclerView.zJl zjl, RecyclerView.zJl zjl2, int i, int i2, int i3, int i4);
protected abstract void e(hbF hbf);
@Override // o.xZG
protected final /* synthetic */ void a(hbF hbf) {
hbF hbf2 = hbf;
if (hbf2.a != null) {
a(hbf2);
}
if (hbf2.d != null) {
e(hbf2);
}
}
@Override // o.xZG
public final /* synthetic */ void c(hbF hbf, RecyclerView.zJl zjl) {
b();
this.b.dispatchChangeFinished(zjl, zjl == hbf.a);
}
@Override // o.xZG
public final /* synthetic */ void e(hbF hbf, RecyclerView.zJl zjl) {
b();
this.b.dispatchChangeStarting(zjl, zjl == hbf.a);
}
@Override // o.xZG
protected final /* synthetic */ boolean f(hbF hbf, RecyclerView.zJl zjl) {
hbF hbf2 = hbf;
if (hbf2.a != null && (zjl == null || hbf2.a == zjl)) {
d(hbf2, hbf2.a);
RecyclerView.zJl zjl2 = hbf2.a;
b();
this.b.dispatchChangeFinished(zjl2, zjl2 == hbf2.a);
hbf2.e(hbf2.a);
}
if (hbf2.d != null && (zjl == null || hbf2.d == zjl)) {
d(hbf2, hbf2.d);
RecyclerView.zJl zjl3 = hbf2.d;
b();
this.b.dispatchChangeFinished(zjl3, zjl3 == hbf2.a);
hbf2.e(hbf2.d);
}
return hbf2.a == null && hbf2.d == null;
}
public AbstractC16943sbc(IgN igN) {
super(igN);
}
public final long f() {
return this.b.getChangeDuration();
}
}