Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripViewAccessor.java26 public void showSuggestionStrip(final SuggestedWords suggestedWords); in showSuggestionStrip() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java264 latinIme.showSuggestionStrip(suggestedWords); in handleMessage()
422 public void showSuggestionStrip(final SuggestedWords suggestedWords) { in showSuggestionStrip() method in LatinIME.UIHandler
1498 showSuggestionStrip(suggestedWords); in showGesturePreviewAndSuggestionStrip()
1588 public void showSuggestionStrip(final SuggestedWords suggestedWords) { in showSuggestionStrip() method in LatinIME
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1460 mSuggestionStripViewAccessor.showSuggestionStrip(SuggestedWords.getEmptyInstance()); in performUpdateSuggestionStripSync()
1497 mSuggestionStripViewAccessor.showSuggestionStrip(suggestedWords); in performUpdateSuggestionStripSync()
1623 mLatinIME.mHandler.showSuggestionStrip(suggestedWords); in doShowSuggestionsAndClearAutoCorrectionIndicator()