package F1;

import android.view.WindowInsets;

/* JADX INFO: loaded from: classes.dex */
public class e0 extends d0 {

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

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

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

    public e0(m0 m0Var, WindowInsets windowInsets) {
        super(m0Var, windowInsets);
        this.f1434o = null;
        this.f1435p = null;
        this.f1436q = null;
    }

    @Override // F1.h0
    public z1.b i() {
        if (this.f1435p == null) {
            this.f1435p = z1.b.c(this.f1426c.getMandatorySystemGestureInsets());
        }
        return this.f1435p;
    }

    @Override // F1.h0
    public z1.b k() {
        if (this.f1434o == null) {
            this.f1434o = z1.b.c(this.f1426c.getSystemGestureInsets());
        }
        return this.f1434o;
    }

    @Override // F1.h0
    public z1.b m() {
        if (this.f1436q == null) {
            this.f1436q = z1.b.c(this.f1426c.getTappableElementInsets());
        }
        return this.f1436q;
    }

    @Override // F1.b0, F1.h0
    public m0 n(int i6, int i7, int i8, int i9) {
        return m0.c(null, this.f1426c.inset(i6, i7, i8, i9));
    }

    public e0(m0 m0Var, e0 e0Var) {
        super(m0Var, e0Var);
        this.f1434o = null;
        this.f1435p = null;
        this.f1436q = null;
    }

    @Override // F1.c0, F1.h0
    public void u(z1.b bVar) {
    }
}
