summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-04-12 12:58:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-12 12:58:20 -0700
commit6073985e8a6d3f32f86a24e7a2a6bbf5b6a90b4e (patch)
treeb14d0589d70e776fc8159ae31a30582d436097e2 /core/java/android
parent920e2eeff321a7b029af9c1aee35b9070b2d18e8 (diff)
parent6971153d88ebe2e441b75081a273b88424498a45 (diff)
downloadframeworks_base-6073985e8a6d3f32f86a24e7a2a6bbf5b6a90b4e.zip
frameworks_base-6073985e8a6d3f32f86a24e7a2a6bbf5b6a90b4e.tar.gz
frameworks_base-6073985e8a6d3f32f86a24e7a2a6bbf5b6a90b4e.tar.bz2
am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
* commit '6971153d88ebe2e441b75081a273b88424498a45': docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537
Diffstat (limited to 'core/java/android')
-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 53cdf21..2b55f27 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