public interface InputMethodManagerInternal
Modifier and Type | Method and Description |
---|---|
void |
hideCurrentInputMethod()
Hides the current input method, if visible.
|
void |
setInteractive(boolean interactive)
Called by the power manager to tell the input method manager whether it
should start watching for wake events.
|
void |
switchInputMethod(boolean forwardDirection)
Called by the window manager to let the input method manager rotate the input method.
|
void setInteractive(boolean interactive)
void switchInputMethod(boolean forwardDirection)
void hideCurrentInputMethod()