package P;

import android.view.WindowInsets;

/* JADX INFO: loaded from: classes.dex */
public class l0 extends k0 {

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public G.b f2468o;
    public G.b p;
    public G.b q;

    public l0(s0 s0Var, WindowInsets windowInsets) {
        super(s0Var, windowInsets);
        this.f2468o = null;
        this.p = null;
        this.q = null;
    }

    @Override // P.p0
    public G.b g() {
        if (this.p == null) {
            this.p = G.b.c(this.f2455c.getMandatorySystemGestureInsets());
        }
        return this.p;
    }

    @Override // P.p0
    public G.b i() {
        if (this.f2468o == null) {
            this.f2468o = G.b.c(this.f2455c.getSystemGestureInsets());
        }
        return this.f2468o;
    }

    @Override // P.p0
    public G.b k() {
        if (this.q == null) {
            this.q = G.b.c(this.f2455c.getTappableElementInsets());
        }
        return this.q;
    }

    @Override // P.i0, P.p0
    public s0 l(int i, int i5, int i6, int i7) {
        return s0.d(null, this.f2455c.inset(i, i5, i6, i7));
    }

    @Override // P.j0, P.p0
    public void r(G.b bVar) {
    }
}
