package F1;

import android.view.WindowInsets;

/* JADX INFO: loaded from: classes.dex */
public class c0 extends b0 {

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public z1.b f1432n;

    public c0(m0 m0Var, WindowInsets windowInsets) {
        super(m0Var, windowInsets);
        this.f1432n = null;
    }

    @Override // F1.h0
    public m0 b() {
        return m0.c(null, this.f1426c.consumeStableInsets());
    }

    @Override // F1.h0
    public m0 c() {
        return m0.c(null, this.f1426c.consumeSystemWindowInsets());
    }

    @Override // F1.h0
    public final z1.b j() {
        if (this.f1432n == null) {
            WindowInsets windowInsets = this.f1426c;
            this.f1432n = z1.b.b(windowInsets.getStableInsetLeft(), windowInsets.getStableInsetTop(), windowInsets.getStableInsetRight(), windowInsets.getStableInsetBottom());
        }
        return this.f1432n;
    }

    @Override // F1.h0
    public boolean o() {
        return this.f1426c.isConsumed();
    }

    @Override // F1.h0
    public void u(z1.b bVar) {
        this.f1432n = bVar;
    }

    public c0(m0 m0Var, c0 c0Var) {
        super(m0Var, c0Var);
        this.f1432n = null;
        this.f1432n = c0Var.f1432n;
    }
}
