DummyImepublic class DummyIme extends android.inputmethodservice.InputMethodService Dummy IME implementation that basically does nothing |
Methods Summary |
---|
public boolean | onEvaluateFullscreenMode()
return false;
| public boolean | onEvaluateInputViewShown()
return false;
|
|