33 lines
704 B
Java
33 lines
704 B
Java
package o;
|
|
|
|
import android.graphics.DashPathEffect;
|
|
import o.UFB;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class EHj {
|
|
public UFB.HBt a;
|
|
public float b;
|
|
public int c;
|
|
public DashPathEffect d;
|
|
public float e;
|
|
public String h;
|
|
|
|
public EHj() {
|
|
this.a = UFB.HBt.DEFAULT;
|
|
this.e = Float.NaN;
|
|
this.b = Float.NaN;
|
|
this.d = null;
|
|
this.c = 1122867;
|
|
}
|
|
|
|
public EHj(String str, UFB.HBt hBt, float f, float f2, DashPathEffect dashPathEffect, int i) {
|
|
UFB.HBt hBt2 = UFB.HBt.DEFAULT;
|
|
this.h = str;
|
|
this.a = hBt;
|
|
this.e = f;
|
|
this.b = f2;
|
|
this.d = dashPathEffect;
|
|
this.c = i;
|
|
}
|
|
}
|