package p0;

import android.graphics.Path;

/* JADX INFO: renamed from: p0.j, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC2704j {
    public static final C2702h a() {
        return new C2702h(new Path());
    }

    public static final Path.Direction b(P p6) {
        int iOrdinal = p6.ordinal();
        if (iOrdinal == 0) {
            return Path.Direction.CCW;
        }
        if (iOrdinal == 1) {
            return Path.Direction.CW;
        }
        throw new E3.v();
    }

    public static final void c(String str) {
        throw new IllegalStateException(str);
    }
}
