43 lines
1.5 KiB
Java
43 lines
1.5 KiB
Java
package o;
|
|
|
|
import android.graphics.Canvas;
|
|
import com.github.mikephil.charting.charts.RadarChart;
|
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class BKH extends DGm {
|
|
private RadarChart i;
|
|
|
|
public BKH(DRH drh, C6354cQa c6354cQa, RadarChart radarChart) {
|
|
super(drh, c6354cQa);
|
|
this.i = radarChart;
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // o.DGm
|
|
public final void GX_(Canvas canvas) {
|
|
if (((DGm) this).e.q && ((DGm) this).e.h) {
|
|
float f = ((DGm) this).e.z;
|
|
QFQ e = QFQ.e(0.5f, 0.25f);
|
|
this.b.setTypeface(((DGm) this).e.v);
|
|
this.b.setTextSize(((DGm) this).e.b());
|
|
this.b.setColor(((DGm) this).e.r);
|
|
float v = this.i.v();
|
|
float x = this.i.x();
|
|
QFQ c = this.i.c();
|
|
QFQ e2 = QFQ.e(BitmapDescriptorFactory.HUE_RED, BitmapDescriptorFactory.HUE_RED);
|
|
for (int i = 0; i < ((Bsv) this.i.g()).b().r(); i++) {
|
|
vTS c2 = ((DGm) this).e.c();
|
|
float f2 = i;
|
|
C6354cQa c6354cQa = ((DGm) this).e;
|
|
String c3 = c2.c(f2);
|
|
AbstractC0810PWv.b(c, (this.i.v.d * x) + (((DGm) this).e.B / 2.0f), ((f2 * v) + this.i.H) % 360.0f, e2);
|
|
GV_(canvas, c3, e2.a, e2.e - (((DGm) this).e.u / 2.0f), e, BitmapDescriptorFactory.HUE_RED);
|
|
}
|
|
QFQ.b(c);
|
|
QFQ.b(e2);
|
|
QFQ.b(e);
|
|
}
|
|
}
|
|
}
|