summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorMark Renouf <mrenouf@google.com>2016-12-07 17:38:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-07 17:38:13 +0000
commitcb566f368bc3b83640f3f75f64c1e29641e362df (patch)
tree1a4440f3ccee2eeaf50eca3d374afd77fd2c3913 /core/java/android/view/WindowManagerPolicy.java
parentd5d209a745e9c0e906451cfdd5518b1931962567 (diff)
parentfc526f6e8406b073e8e48fbd8f63f57d3331237d (diff)
Revert "Allow power button to close an input method" am: 28f0e5bf48
am: fc526f6e84 Change-Id: Ifcf2f842c91677128e458dd7256013263543937f
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 2f55fc9ed951..3171019e1a0e 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -482,16 +482,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);