This method of the InputMethodListener Interface deactivates the IME. You must call this method to deactivate the IME because the IME will never receive or lose focus and be deactivated by using focus methods.
public void deactivate();
Currently, this method is not implemented.