29 lines
647 B
Java
29 lines
647 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class TAb extends stp {
|
||
|
private IeS c;
|
||
|
|
||
|
public TAb(C3144arv c3144arv, DRH drh) {
|
||
|
super(c3144arv, drh);
|
||
|
this.c = new IeS(this);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final boolean e(Lhm lhm, VrJ vrJ) {
|
||
|
if (lhm == null) {
|
||
|
return false;
|
||
|
}
|
||
|
return lhm != null && ((float) vrJ.a((VrJ) lhm)) < ((float) vrJ.r()) * this.d.d;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
protected class IeS {
|
||
|
private TAb d;
|
||
|
|
||
|
protected IeS(TAb tAb) {
|
||
|
this.d = tAb;
|
||
|
}
|
||
|
}
|
||
|
}
|