package M;

import android.graphics.Insets;
import android.view.WindowInsets;

/* JADX INFO: loaded from: classes.dex */
public class X extends V {

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public F.b f4092m;

    public X(b0 b0Var, WindowInsets windowInsets) {
        super(b0Var, windowInsets);
        this.f4092m = null;
    }

    @Override // M.a0
    public F.b f() {
        if (this.f4092m == null) {
            Insets mandatorySystemGestureInsets = this.f4087c.getMandatorySystemGestureInsets();
            this.f4092m = F.b.a(mandatorySystemGestureInsets.left, mandatorySystemGestureInsets.top, mandatorySystemGestureInsets.right, mandatorySystemGestureInsets.bottom);
        }
        return this.f4092m;
    }

    @Override // M.T, M.a0
    public b0 i(int i, int i5, int i8, int i9) {
        return b0.d(this.f4087c.inset(i, i5, i8, i9), null);
    }

    @Override // M.U, M.a0
    public void n(F.b bVar) {
    }
}
