diff options
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
| -rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index c8e3b7dfbae9..46a0194b1b09 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -483,16 +483,6 @@ public interface WindowManagerPolicy { */ public void switchInputMethod(boolean forwardDirection); - /** - * Returns the visibility of the current input method window (false if there is none). - */ - public boolean isInputMethodWindowVisible(); - - /** - * Hides the current input method, if visible. - */ - public void hideCurrentInputMethod(); - public void shutdown(boolean confirm); public void reboot(boolean confirm); public void rebootSafeMode(boolean confirm); |
