summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Quddus Chong <quddusc@google.com> 2012-04-12 11:49:37 -0700
committer Quddus Chong <quddusc@google.com> 2012-04-12 12:34:53 -0700
commitee71b1fa2d3905214fafaa9478fa4fc2834b06fc (patch)
tree137665733de7f8111b7b9c3b181c9f8eb507f357
parentd9818244f9bf47b9e2981df7866b1ace01392fa9 (diff)
docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event).
Bug: 6318537 Change-Id: I4fb0f103bfe3ddf485e1bfa76eb39a51adce1aaa
-rw-r--r--core/java/android/inputmethodservice/InputMethodService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java
index 53cdf2146011..2b55f27d21bd 100644
--- a/core/java/android/inputmethodservice/InputMethodService.java
+++ b/core/java/android/inputmethodservice/InputMethodService.java
@@ -1712,8 +1712,8 @@ public class InputMethodService extends AbstractInputMethodService {
/**
* Override this to intercept key down events before they are processed by the
- * application. If you return true, the application will not itself
- * process the event. If you return true, the normal application processing
+ * application. If you return true, the application will not
+ * process the event itself. If you return false, the normal application processing
* will occur as if the IME had not seen the event at all.
*
* <p>The default implementation intercepts {@link KeyEvent#KEYCODE_BACK