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.java266 latinIme.showGesturePreviewAndSuggestionStrip((SuggestedWords) msg.obj, in handleMessage()
412 public void showGesturePreviewAndSuggestionStrip(final SuggestedWords suggestedWords, in showGesturePreviewAndSuggestionStrip() method in LatinIME.UIHandler
1496 void showGesturePreviewAndSuggestionStrip(@Nonnull final SuggestedWords suggestedWords, in showGesturePreviewAndSuggestionStrip() method in LatinIME