Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogicHandler.java161 mLatinIME.mHandler.showGesturePreviewAndSuggestionStrip(suggestedWordsToShowSuggestions, in showGestureSuggestionsWithPreviewVisuals()
DInputLogic.java497 handler.showGesturePreviewAndSuggestionStrip( in onStartBatchInput()
572 handler.showGesturePreviewAndSuggestionStrip( in onCancelBatchInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java234 latinIme.showGesturePreviewAndSuggestionStrip((SuggestedWords) msg.obj, in handleMessage()
380 public void showGesturePreviewAndSuggestionStrip(final SuggestedWords suggestedWords, in showGesturePreviewAndSuggestionStrip() method in LatinIME.UIHandler
1458 void showGesturePreviewAndSuggestionStrip(@Nonnull final SuggestedWords suggestedWords, in showGesturePreviewAndSuggestionStrip() method in LatinIME