package p0;

import android.graphics.PathMeasure;

/* JADX INFO: renamed from: p0.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2703i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final PathMeasure f22924a;

    public C2703i(PathMeasure pathMeasure) {
        this.f22924a = pathMeasure;
    }

    public final boolean a(float f6, float f7, C2702h c2702h) {
        if (c2702h == null) {
            throw new UnsupportedOperationException("Unable to obtain android.graphics.Path");
        }
        return this.f22924a.getSegment(f6, f7, c2702h.f22920a, true);
    }
}
