summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorMark Renouf <mrenouf@google.com>2016-12-02 16:00:10 -0500
committerMark Renouf <mrenouf@google.com>2016-12-06 17:43:28 +0000
commit28f0e5bf48e2d02e1f063670e435b1232f07ba03 (patch)
treec40ade4af75525a29d830fd73f678f0c5cd35fa4 /core/java/android/view/WindowManagerPolicy.java
parenta6dbd4934cfb7d19f852170859bfacc6bdab0eab (diff)
Revert "Allow power button to close an input method"
This reverts commit d28e907183fe48afc1ea0cb4f939b738cbcc2506. Test: manually tested BUG: 33038203 Change-Id: I7a4c6e95a69abb2e40df73509b6e67b93eacf6ff
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java10
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);