package androidx.core.view;

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

/* JADX INFO: loaded from: classes.dex */
public final class n2 extends o2 {

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

    public n2(WindowInsetsAnimationController windowInsetsAnimationController) {
        this.f1788a = windowInsetsAnimationController;
    }

    @Override // androidx.core.view.o2
    public void setInsetsAndAlpha(@Nullable j0.d dVar, float f10, float f11) {
        this.f1788a.setInsetsAndAlpha(dVar == null ? null : dVar.d(), f10, f11);
    }
}
