40 lines
1.2 KiB
Java
40 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.view.View;
|
|
import androidx.recyclerview.widget.LinearLayoutManager;
|
|
import androidx.viewpager2.widget.ViewPager2;
|
|
import java.util.Locale;
|
|
|
|
/* renamed from: o.gER, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14810gER extends ViewPager2.IeS {
|
|
public ViewPager2.HBt b;
|
|
private final LinearLayoutManager e;
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void b(int i) {
|
|
}
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void c(int i) {
|
|
}
|
|
|
|
public C14810gER(LinearLayoutManager linearLayoutManager) {
|
|
this.e = linearLayoutManager;
|
|
}
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void d(int i, float f, int i2) {
|
|
if (this.b == null) {
|
|
return;
|
|
}
|
|
for (int i3 = 0; i3 < this.e.i_(); i3++) {
|
|
View f2 = this.e.f(i3);
|
|
if (f2 == null) {
|
|
throw new IllegalStateException(String.format(Locale.US, "LayoutManager returned a null child at pos %d/%d while transforming pages", Integer.valueOf(i3), Integer.valueOf(this.e.i_())));
|
|
}
|
|
LinearLayoutManager.f(f2);
|
|
}
|
|
}
|
|
}
|