57 lines
1.3 KiB
Java
57 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import o.InterfaceC9591dmd;
|
||
|
|
||
|
/* renamed from: o.cxQ, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public abstract class AbstractC7917cxQ<T extends InterfaceC9591dmd> extends C4985bkW<T> {
|
||
|
protected boolean b;
|
||
|
public boolean g;
|
||
|
private boolean h;
|
||
|
boolean i;
|
||
|
|
||
|
public abstract void c();
|
||
|
|
||
|
public AbstractC7917cxQ(C16903sI c16903sI, TDf tDf, iZJ izj) {
|
||
|
super(c16903sI, tDf, izj);
|
||
|
this.g = false;
|
||
|
this.i = false;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void c(AbstractC7917cxQ abstractC7917cxQ, InterfaceC9591dmd interfaceC9591dmd) {
|
||
|
if (abstractC7917cxQ.g) {
|
||
|
if (abstractC7917cxQ.b) {
|
||
|
interfaceC9591dmd.o();
|
||
|
} else if (abstractC7917cxQ.h) {
|
||
|
interfaceC9591dmd.k();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final void a(boolean z) {
|
||
|
this.g = z;
|
||
|
C7916cxP c7916cxP = new C7916cxP(this);
|
||
|
if (this.f != 0) {
|
||
|
c7916cxP.e(this.f);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final void d(boolean z) {
|
||
|
this.i = z;
|
||
|
C7916cxP c7916cxP = new C7916cxP(this);
|
||
|
if (this.f != 0) {
|
||
|
c7916cxP.e(this.f);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final void d() {
|
||
|
this.h = true;
|
||
|
this.b = false;
|
||
|
}
|
||
|
|
||
|
public final void a() {
|
||
|
this.b = true;
|
||
|
this.h = false;
|
||
|
}
|
||
|
}
|