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

32 lines
622 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.Iterator;
import o.KMk;
/* loaded from: classes.dex */
public class FgJ extends KMk {
public int k;
public FgJ(Bgk bgk) {
super(bgk);
if (bgk instanceof Vlp) {
this.h = KMk.LWm.HORIZONTAL_DIMENSION;
} else {
this.h = KMk.LWm.VERTICAL_DIMENSION;
}
}
@Override // o.KMk
public final void d(int i) {
if (this.j) {
return;
}
this.j = true;
this.l = i;
Iterator<rZk> it = this.d.iterator();
while (it.hasNext()) {
it.next().g();
}
}
}