35 lines
1.1 KiB
Java
35 lines
1.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.graphics.Canvas;
|
||
|
import android.graphics.Path;
|
||
|
|
||
|
/* renamed from: o.ypS, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class AbstractC17681ypS extends TAb {
|
||
|
private Path c;
|
||
|
|
||
|
public AbstractC17681ypS(C3144arv c3144arv, DRH drh) {
|
||
|
super(c3144arv, drh);
|
||
|
this.c = new Path();
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final void GM_(Canvas canvas, float f, float f2, InterfaceC16352nfM interfaceC16352nfM) {
|
||
|
this.b.setColor(interfaceC16352nfM.C());
|
||
|
this.b.setStrokeWidth(interfaceC16352nfM.F());
|
||
|
this.b.setPathEffect(interfaceC16352nfM.GD_());
|
||
|
if (interfaceC16352nfM.H()) {
|
||
|
this.c.reset();
|
||
|
this.c.moveTo(f, this.k.b.top);
|
||
|
this.c.lineTo(f, this.k.b.bottom);
|
||
|
canvas.drawPath(this.c, this.b);
|
||
|
}
|
||
|
if (interfaceC16352nfM.G()) {
|
||
|
this.c.reset();
|
||
|
this.c.moveTo(this.k.b.left, f2);
|
||
|
this.c.lineTo(this.k.b.right, f2);
|
||
|
canvas.drawPath(this.c, this.b);
|
||
|
}
|
||
|
}
|
||
|
}
|