Disabling Keyboard focus on editable text widget

I’ve been trying to create a simple customizable keyboard for an Android game. However, I can’t seem to turn off the keyboard focus for the editable text widget to prevent the virtual keyboard from popping up. I’d like the custom keyboard to be the default keyboard when I click on the editable text box. Is there any way to achieve this?