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

85 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
/* loaded from: classes.dex */
public final class OFJ extends AbstractC16220mRf {
private boolean A;
private float B;
public boolean C;
private float D;
private boolean E;
private HBt F;
private boolean G;
private float H;
private float I;
private int J;
private float M;
public boolean u;
public boolean y;
private RVV z;
/* loaded from: classes.dex */
public enum HBt {
OUTSIDE_CHART,
INSIDE_CHART
}
/* loaded from: classes.dex */
public enum RVV {
LEFT,
RIGHT
}
public OFJ() {
this.y = true;
this.u = true;
this.C = false;
this.A = false;
this.E = false;
this.G = false;
this.J = -7829368;
this.M = 1.0f;
this.H = 10.0f;
this.I = 10.0f;
this.F = HBt.OUTSIDE_CHART;
this.D = BitmapDescriptorFactory.HUE_RED;
this.B = Float.POSITIVE_INFINITY;
this.z = RVV.LEFT;
this.w = BitmapDescriptorFactory.HUE_RED;
}
public OFJ(RVV rvv) {
this.y = true;
this.u = true;
this.C = false;
this.A = false;
this.E = false;
this.G = false;
this.J = -7829368;
this.M = 1.0f;
this.H = 10.0f;
this.I = 10.0f;
this.F = HBt.OUTSIDE_CHART;
this.D = BitmapDescriptorFactory.HUE_RED;
this.B = Float.POSITIVE_INFINITY;
this.z = rvv;
this.w = BitmapDescriptorFactory.HUE_RED;
}
@Override // o.AbstractC16220mRf
public final void b(float f, float f2) {
if (Math.abs(f2 - f) == BitmapDescriptorFactory.HUE_RED) {
f2 += 1.0f;
f -= 1.0f;
}
float abs = Math.abs(f2 - f);
boolean z = this.g;
float f3 = abs / 100.0f;
this.c = f - (this.I * f3);
boolean z2 = this.f;
this.a = f2 + (f3 * this.H);
this.d = Math.abs(this.c - this.a);
}
}