parent
7ab112ef4a
commit
f296e7cdfa
|
@ -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
|
* To be called after the InputLogic has gotten a chance to act on the suggested words by the
|
||||||
* for the full gesture, possibly updating the TextView to reflect the first decoding.
|
* IME for the full gesture, possibly updating the TextView to reflect the first suggestion.
|
||||||
* <p>
|
* <p>
|
||||||
* This method must be run on the UI Thread.
|
* 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) {
|
public void onTailBatchInputResultShown(final SuggestedWords suggestedWords) {
|
||||||
mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,
|
mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,
|
||||||
|
|
Loading…
Reference in New Issue