49 lines
1.7 KiB
Java
49 lines
1.7 KiB
Java
package o;
|
|
|
|
import androidx.viewpager2.widget.ViewPager2;
|
|
import java.util.ArrayList;
|
|
import java.util.ConcurrentModificationException;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class vxJ extends ViewPager2.IeS {
|
|
public final List<ViewPager2.IeS> e = new ArrayList(3);
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void d(int i, float f, int i2) {
|
|
try {
|
|
Iterator<ViewPager2.IeS> it = this.e.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().d(i, f, i2);
|
|
}
|
|
} catch (ConcurrentModificationException e) {
|
|
throw new IllegalStateException("Adding and removing callbacks during dispatch to callbacks is not supported", e);
|
|
}
|
|
}
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void c(int i) {
|
|
try {
|
|
Iterator<ViewPager2.IeS> it = this.e.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().c(i);
|
|
}
|
|
} catch (ConcurrentModificationException e) {
|
|
throw new IllegalStateException("Adding and removing callbacks during dispatch to callbacks is not supported", e);
|
|
}
|
|
}
|
|
|
|
@Override // androidx.viewpager2.widget.ViewPager2.IeS
|
|
public final void b(int i) {
|
|
try {
|
|
Iterator<ViewPager2.IeS> it = this.e.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().b(i);
|
|
}
|
|
} catch (ConcurrentModificationException e) {
|
|
throw new IllegalStateException("Adding and removing callbacks during dispatch to callbacks is not supported", e);
|
|
}
|
|
}
|
|
}
|