Home
last modified time | relevance | path

Searched refs:suggestedWordsToShowSuggestions (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogicHandler.java149 final SuggestedWords suggestedWordsToShowSuggestions; in showGestureSuggestionsWithPreviewVisuals() local
157 suggestedWordsToShowSuggestions = mInputLogic.mSuggestedWords; in showGestureSuggestionsWithPreviewVisuals()
159 suggestedWordsToShowSuggestions = suggestedWordsForBatchInput; in showGestureSuggestionsWithPreviewVisuals()
161 mLatinIME.mHandler.showGesturePreviewAndSuggestionStrip(suggestedWordsToShowSuggestions, in showGestureSuggestionsWithPreviewVisuals()
167 mLatinIME.mHandler.showTailBatchInputResult(suggestedWordsToShowSuggestions); in showGestureSuggestionsWithPreviewVisuals()