package defpackage;

/* JADX INFO: renamed from: ᵿᵗᵼᵼ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5514 implements Cloneable {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public boolean f20824;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final float f20825;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public boolean f20826;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public float f20827;

    public C5514(float f) {
        this.f20825 = f;
    }

    public C5514(float f, float f2) {
        this.f20825 = f;
        this.f20827 = f2;
        this.f20824 = true;
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters and merged with bridge method [inline-methods] */
    public final C5514 clone() {
        boolean z = this.f20824;
        float f = this.f20825;
        C5514 c5514 = z ? new C5514(f, this.f20827) : new C5514(f);
        c5514.f20826 = this.f20826;
        return c5514;
    }
}
