package androidx.core.view;

import android.view.WindowInsetsAnimationController;
import androidx.annotation.FloatRange;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class p2 {

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

    public p2(WindowInsetsAnimationController windowInsetsAnimationController) {
        this.f1802a = new n2(windowInsetsAnimationController);
    }

    public void setInsetsAndAlpha(@Nullable j0.d dVar, @FloatRange(from = 0.0d, to = 1.0d) float f10, @FloatRange(from = 0.0d, to = 1.0d) float f11) {
        this.f1802a.setInsetsAndAlpha(dVar, f10, f11);
    }
}
