aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-11-02 15:06:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-02 15:06:46 +0000
commit079d31cd2b29870fde4b9be26fbfb5511ac02e3e (patch)
tree2254a163b71d4a315d938c5564e4b6248678efc0 /java/src
parent87b33bda77682527b6af2d7d44bcbbaf4c237cf6 (diff)
parentf296e7cdfa3af2f666c182f04ea5c3f10945de40 (diff)
downloadlatinime-079d31cd2b29870fde4b9be26fbfb5511ac02e3e.tar.gz
latinime-079d31cd2b29870fde4b9be26fbfb5511ac02e3e.tar.xz
latinime-079d31cd2b29870fde4b9be26fbfb5511ac02e3e.zip
am f296e7cd: Small comment fixes
* commit 'f296e7cdfa3af2f666c182f04ea5c3f10945de40': Small comment fixes
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 3fa127005..cd09bf6c7 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1489,11 +1489,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
/**
- * To be called after the InputLogic has gotten a chance to act on the on-device decoding
- * for the full gesture, possibly updating the TextView to reflect the first decoding.
+ * To be called after the InputLogic has gotten a chance to act on the suggested words by the
+ * IME for the full gesture, possibly updating the TextView to reflect the first suggestion.
* <p>
* This method must be run on the UI Thread.
- * @param suggestedWords On-device decoding for the full gesture.
+ * @param suggestedWords suggested words by the IME for the full gesture.
*/
public void onTailBatchInputResultShown(final SuggestedWords suggestedWords) {
mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,