package com.google.android.material.shape;

import android.graphics.Path;
import android.graphics.RectF;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class v {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Path f23165b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final RectF f23166c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f23167d;

    @Nullable
    public final u pathListener;

    public v(@NonNull s sVar, float f10, RectF rectF, @Nullable u uVar, Path path) {
        this.pathListener = uVar;
        this.f23164a = sVar;
        this.f23167d = f10;
        this.f23166c = rectF;
        this.f23165b = path;
    }
}
