Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java246 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_TYPING); in onTextInput()
333 handler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_NONE); in onPickSuggestionManually()
1543 mLatinIME.mHandler.postUpdateSuggestionStrip(SuggestedWords.INPUT_STYLE_RECORRECTION); in restartSuggestionsOnWordTouchedByCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java285 public void postUpdateSuggestionStrip(final int inputStyle) { in postUpdateSuggestionStrip() method in LatinIME.UIHandler
1628 mHandler.postUpdateSuggestionStrip(inputStyle); in updateStateAfterInputTransaction()