Disabling the fullscreen editing view for soft keyboard input in landscape

On Android devices that use soft keyboards, I want to prevent the fullscreen keyboard editing view from appearing when in landscape mode. I want to see only the soft keyboard itself and my view behind it.

Is there a way to achieve this?