am f296e7cd: Small comment fixes

* commit 'f296e7cdfa3af2f666c182f04ea5c3f10945de40':
  Small comment fixes
main
Ken Wakasa 2014-11-02 15:06:46 +00:00 committed by Android Git Automerger
commit 079d31cd2b
1 changed files with 3 additions and 3 deletions

View File

@ -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,