92 lines
2.4 KiB
Java
92 lines
2.4 KiB
Java
package o;
|
|
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class vYn extends RecyclerView.LWm {
|
|
private final WeakReference<RecyclerView.Sts> a;
|
|
private final Object c = null;
|
|
private final WeakReference<RVV> d;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface RVV {
|
|
void a(int i, int i2);
|
|
|
|
void a_(int i, int i2);
|
|
|
|
void b_(int i, int i2);
|
|
|
|
void d();
|
|
|
|
void d(int i, int i2);
|
|
|
|
void e(int i, int i2, Object obj);
|
|
}
|
|
|
|
public vYn(RVV rvv, RecyclerView.Sts sts) {
|
|
this.d = new WeakReference<>(rvv);
|
|
this.a = new WeakReference<>(sts);
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void c() {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.d();
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void c(int i, int i2) {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.d(i, i2);
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void c(int i, int i2, Object obj) {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.e(i, i2, obj);
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void b(int i, int i2) {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.a(i, i2);
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void a(int i, int i2) {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.a_(i, i2);
|
|
}
|
|
|
|
@Override // androidx.recyclerview.widget.RecyclerView.LWm
|
|
public final void d(int i, int i2) {
|
|
RVV rvv = this.d.get();
|
|
RecyclerView.Sts sts = this.a.get();
|
|
if (rvv == null || sts == null) {
|
|
return;
|
|
}
|
|
rvv.b_(i, i2);
|
|
}
|
|
}
|